@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSPrivate5GAsyncClient extends AWSPrivate5GClient implements AWSPrivate5GAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location. Private 5G provides the pre-configured hardware and software for mobile networks, helps automate setup, and scales capacity on demand to support additional devices as needed.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
acknowledgeOrderReceipt, activateDeviceIdentifier, activateNetworkSite, builder, configureAccessPoint, createNetwork, createNetworkSite, deactivateDeviceIdentifier, deleteNetwork, deleteNetworkSite, getCachedResponseMetadata, getDeviceIdentifier, getNetwork, getNetworkResource, getNetworkSite, getOrder, listDeviceIdentifiers, listNetworkResources, listNetworks, listNetworkSites, listOrders, listTagsForResource, ping, startNetworkResourceUpdate, tagResource, untagResource, updateNetworkSite, updateNetworkSitePlan
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acknowledgeOrderReceipt, activateDeviceIdentifier, activateNetworkSite, configureAccessPoint, createNetwork, createNetworkSite, deactivateDeviceIdentifier, deleteNetwork, deleteNetworkSite, getCachedResponseMetadata, getDeviceIdentifier, getNetwork, getNetworkResource, getNetworkSite, getOrder, listDeviceIdentifiers, listNetworkResources, listNetworks, listNetworkSites, listOrders, listTagsForResource, ping, startNetworkResourceUpdate, tagResource, untagResource, updateNetworkSite, updateNetworkSitePlan
public static AWSPrivate5GAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AcknowledgeOrderReceiptResult> acknowledgeOrderReceiptAsync(AcknowledgeOrderReceiptRequest request)
AWSPrivate5GAsync
Acknowledges that the specified network order was received.
acknowledgeOrderReceiptAsync
in interface AWSPrivate5GAsync
public Future<AcknowledgeOrderReceiptResult> acknowledgeOrderReceiptAsync(AcknowledgeOrderReceiptRequest request, AsyncHandler<AcknowledgeOrderReceiptRequest,AcknowledgeOrderReceiptResult> asyncHandler)
AWSPrivate5GAsync
Acknowledges that the specified network order was received.
acknowledgeOrderReceiptAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ActivateDeviceIdentifierResult> activateDeviceIdentifierAsync(ActivateDeviceIdentifierRequest request)
AWSPrivate5GAsync
Activates the specified device identifier.
activateDeviceIdentifierAsync
in interface AWSPrivate5GAsync
public Future<ActivateDeviceIdentifierResult> activateDeviceIdentifierAsync(ActivateDeviceIdentifierRequest request, AsyncHandler<ActivateDeviceIdentifierRequest,ActivateDeviceIdentifierResult> asyncHandler)
AWSPrivate5GAsync
Activates the specified device identifier.
activateDeviceIdentifierAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ActivateNetworkSiteResult> activateNetworkSiteAsync(ActivateNetworkSiteRequest request)
AWSPrivate5GAsync
Activates the specified network site.
activateNetworkSiteAsync
in interface AWSPrivate5GAsync
public Future<ActivateNetworkSiteResult> activateNetworkSiteAsync(ActivateNetworkSiteRequest request, AsyncHandler<ActivateNetworkSiteRequest,ActivateNetworkSiteResult> asyncHandler)
AWSPrivate5GAsync
Activates the specified network site.
activateNetworkSiteAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ConfigureAccessPointResult> configureAccessPointAsync(ConfigureAccessPointRequest request)
AWSPrivate5GAsync
Configures the specified network resource.
Use this action to specify the geographic position of the hardware. You must provide Certified Professional Installer (CPI) credentials in the request so that we can obtain spectrum grants. For more information, see Radio units in the Amazon Web Services Private 5G User Guide.
configureAccessPointAsync
in interface AWSPrivate5GAsync
public Future<ConfigureAccessPointResult> configureAccessPointAsync(ConfigureAccessPointRequest request, AsyncHandler<ConfigureAccessPointRequest,ConfigureAccessPointResult> asyncHandler)
AWSPrivate5GAsync
Configures the specified network resource.
Use this action to specify the geographic position of the hardware. You must provide Certified Professional Installer (CPI) credentials in the request so that we can obtain spectrum grants. For more information, see Radio units in the Amazon Web Services Private 5G User Guide.
configureAccessPointAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateNetworkResult> createNetworkAsync(CreateNetworkRequest request)
AWSPrivate5GAsync
Creates a network.
createNetworkAsync
in interface AWSPrivate5GAsync
public Future<CreateNetworkResult> createNetworkAsync(CreateNetworkRequest request, AsyncHandler<CreateNetworkRequest,CreateNetworkResult> asyncHandler)
AWSPrivate5GAsync
Creates a network.
createNetworkAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateNetworkSiteResult> createNetworkSiteAsync(CreateNetworkSiteRequest request)
AWSPrivate5GAsync
Creates a network site.
createNetworkSiteAsync
in interface AWSPrivate5GAsync
public Future<CreateNetworkSiteResult> createNetworkSiteAsync(CreateNetworkSiteRequest request, AsyncHandler<CreateNetworkSiteRequest,CreateNetworkSiteResult> asyncHandler)
AWSPrivate5GAsync
Creates a network site.
createNetworkSiteAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeactivateDeviceIdentifierResult> deactivateDeviceIdentifierAsync(DeactivateDeviceIdentifierRequest request)
AWSPrivate5GAsync
Deactivates the specified device identifier.
deactivateDeviceIdentifierAsync
in interface AWSPrivate5GAsync
public Future<DeactivateDeviceIdentifierResult> deactivateDeviceIdentifierAsync(DeactivateDeviceIdentifierRequest request, AsyncHandler<DeactivateDeviceIdentifierRequest,DeactivateDeviceIdentifierResult> asyncHandler)
AWSPrivate5GAsync
Deactivates the specified device identifier.
deactivateDeviceIdentifierAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteNetworkResult> deleteNetworkAsync(DeleteNetworkRequest request)
AWSPrivate5GAsync
Deletes the specified network. You must delete network sites before you delete the network. For more information, see DeleteNetworkSite in the API Reference for Amazon Web Services Private 5G.
deleteNetworkAsync
in interface AWSPrivate5GAsync
public Future<DeleteNetworkResult> deleteNetworkAsync(DeleteNetworkRequest request, AsyncHandler<DeleteNetworkRequest,DeleteNetworkResult> asyncHandler)
AWSPrivate5GAsync
Deletes the specified network. You must delete network sites before you delete the network. For more information, see DeleteNetworkSite in the API Reference for Amazon Web Services Private 5G.
deleteNetworkAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteNetworkSiteResult> deleteNetworkSiteAsync(DeleteNetworkSiteRequest request)
AWSPrivate5GAsync
Deletes the specified network site. Return the hardware after you delete the network site. You are responsible for minimum charges. For more information, see Hardware returns in the Amazon Web Services Private 5G User Guide.
deleteNetworkSiteAsync
in interface AWSPrivate5GAsync
public Future<DeleteNetworkSiteResult> deleteNetworkSiteAsync(DeleteNetworkSiteRequest request, AsyncHandler<DeleteNetworkSiteRequest,DeleteNetworkSiteResult> asyncHandler)
AWSPrivate5GAsync
Deletes the specified network site. Return the hardware after you delete the network site. You are responsible for minimum charges. For more information, see Hardware returns in the Amazon Web Services Private 5G User Guide.
deleteNetworkSiteAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDeviceIdentifierResult> getDeviceIdentifierAsync(GetDeviceIdentifierRequest request)
AWSPrivate5GAsync
Gets the specified device identifier.
getDeviceIdentifierAsync
in interface AWSPrivate5GAsync
public Future<GetDeviceIdentifierResult> getDeviceIdentifierAsync(GetDeviceIdentifierRequest request, AsyncHandler<GetDeviceIdentifierRequest,GetDeviceIdentifierResult> asyncHandler)
AWSPrivate5GAsync
Gets the specified device identifier.
getDeviceIdentifierAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetNetworkResult> getNetworkAsync(GetNetworkRequest request)
AWSPrivate5GAsync
Gets the specified network.
getNetworkAsync
in interface AWSPrivate5GAsync
public Future<GetNetworkResult> getNetworkAsync(GetNetworkRequest request, AsyncHandler<GetNetworkRequest,GetNetworkResult> asyncHandler)
AWSPrivate5GAsync
Gets the specified network.
getNetworkAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetNetworkResourceResult> getNetworkResourceAsync(GetNetworkResourceRequest request)
AWSPrivate5GAsync
Gets the specified network resource.
getNetworkResourceAsync
in interface AWSPrivate5GAsync
public Future<GetNetworkResourceResult> getNetworkResourceAsync(GetNetworkResourceRequest request, AsyncHandler<GetNetworkResourceRequest,GetNetworkResourceResult> asyncHandler)
AWSPrivate5GAsync
Gets the specified network resource.
getNetworkResourceAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetNetworkSiteResult> getNetworkSiteAsync(GetNetworkSiteRequest request)
AWSPrivate5GAsync
Gets the specified network site.
getNetworkSiteAsync
in interface AWSPrivate5GAsync
public Future<GetNetworkSiteResult> getNetworkSiteAsync(GetNetworkSiteRequest request, AsyncHandler<GetNetworkSiteRequest,GetNetworkSiteResult> asyncHandler)
AWSPrivate5GAsync
Gets the specified network site.
getNetworkSiteAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetOrderResult> getOrderAsync(GetOrderRequest request)
AWSPrivate5GAsync
Gets the specified order.
getOrderAsync
in interface AWSPrivate5GAsync
public Future<GetOrderResult> getOrderAsync(GetOrderRequest request, AsyncHandler<GetOrderRequest,GetOrderResult> asyncHandler)
AWSPrivate5GAsync
Gets the specified order.
getOrderAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDeviceIdentifiersResult> listDeviceIdentifiersAsync(ListDeviceIdentifiersRequest request)
AWSPrivate5GAsync
Lists device identifiers. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order, the status of device identifiers, or the ARN of the traffic group.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
listDeviceIdentifiersAsync
in interface AWSPrivate5GAsync
public Future<ListDeviceIdentifiersResult> listDeviceIdentifiersAsync(ListDeviceIdentifiersRequest request, AsyncHandler<ListDeviceIdentifiersRequest,ListDeviceIdentifiersResult> asyncHandler)
AWSPrivate5GAsync
Lists device identifiers. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order, the status of device identifiers, or the ARN of the traffic group.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
listDeviceIdentifiersAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNetworkResourcesResult> listNetworkResourcesAsync(ListNetworkResourcesRequest request)
AWSPrivate5GAsync
Lists network resources. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order or the status of network resources.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
listNetworkResourcesAsync
in interface AWSPrivate5GAsync
public Future<ListNetworkResourcesResult> listNetworkResourcesAsync(ListNetworkResourcesRequest request, AsyncHandler<ListNetworkResourcesRequest,ListNetworkResourcesResult> asyncHandler)
AWSPrivate5GAsync
Lists network resources. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order or the status of network resources.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
listNetworkResourcesAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNetworkSitesResult> listNetworkSitesAsync(ListNetworkSitesRequest request)
AWSPrivate5GAsync
Lists network sites. Add filters to your request to return a more specific list of results. Use filters to match the status of the network site.
listNetworkSitesAsync
in interface AWSPrivate5GAsync
public Future<ListNetworkSitesResult> listNetworkSitesAsync(ListNetworkSitesRequest request, AsyncHandler<ListNetworkSitesRequest,ListNetworkSitesResult> asyncHandler)
AWSPrivate5GAsync
Lists network sites. Add filters to your request to return a more specific list of results. Use filters to match the status of the network site.
listNetworkSitesAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNetworksResult> listNetworksAsync(ListNetworksRequest request)
AWSPrivate5GAsync
Lists networks. Add filters to your request to return a more specific list of results. Use filters to match the status of the network.
listNetworksAsync
in interface AWSPrivate5GAsync
public Future<ListNetworksResult> listNetworksAsync(ListNetworksRequest request, AsyncHandler<ListNetworksRequest,ListNetworksResult> asyncHandler)
AWSPrivate5GAsync
Lists networks. Add filters to your request to return a more specific list of results. Use filters to match the status of the network.
listNetworksAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListOrdersResult> listOrdersAsync(ListOrdersRequest request)
AWSPrivate5GAsync
Lists orders. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of the network site or the status of the order.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
listOrdersAsync
in interface AWSPrivate5GAsync
public Future<ListOrdersResult> listOrdersAsync(ListOrdersRequest request, AsyncHandler<ListOrdersRequest,ListOrdersResult> asyncHandler)
AWSPrivate5GAsync
Lists orders. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of the network site or the status of the order.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
listOrdersAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSPrivate5GAsync
Lists the tags for the specified resource.
listTagsForResourceAsync
in interface AWSPrivate5GAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSPrivate5GAsync
Lists the tags for the specified resource.
listTagsForResourceAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PingResult> pingAsync(PingRequest request)
AWSPrivate5GAsync
Checks the health of the service.
pingAsync
in interface AWSPrivate5GAsync
public Future<PingResult> pingAsync(PingRequest request, AsyncHandler<PingRequest,PingResult> asyncHandler)
AWSPrivate5GAsync
Checks the health of the service.
pingAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartNetworkResourceUpdateResult> startNetworkResourceUpdateAsync(StartNetworkResourceUpdateRequest request)
AWSPrivate5GAsync
Use this action to do the following tasks:
Update the duration and renewal status of the commitment period for a radio unit. The update goes into effect immediately.
Request a replacement for a network resource.
Request that you return a network resource.
After you submit a request to replace or return a network resource, the status of the network resource changes to
CREATING_SHIPPING_LABEL
. The shipping label is available when the status of the network resource is
PENDING_RETURN
. After the network resource is successfully returned, its status changes to
DELETED
. For more information, see Return a
radio unit.
startNetworkResourceUpdateAsync
in interface AWSPrivate5GAsync
public Future<StartNetworkResourceUpdateResult> startNetworkResourceUpdateAsync(StartNetworkResourceUpdateRequest request, AsyncHandler<StartNetworkResourceUpdateRequest,StartNetworkResourceUpdateResult> asyncHandler)
AWSPrivate5GAsync
Use this action to do the following tasks:
Update the duration and renewal status of the commitment period for a radio unit. The update goes into effect immediately.
Request a replacement for a network resource.
Request that you return a network resource.
After you submit a request to replace or return a network resource, the status of the network resource changes to
CREATING_SHIPPING_LABEL
. The shipping label is available when the status of the network resource is
PENDING_RETURN
. After the network resource is successfully returned, its status changes to
DELETED
. For more information, see Return a
radio unit.
startNetworkResourceUpdateAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSPrivate5GAsync
Adds tags to the specified resource.
tagResourceAsync
in interface AWSPrivate5GAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSPrivate5GAsync
Adds tags to the specified resource.
tagResourceAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSPrivate5GAsync
Removes tags from the specified resource.
untagResourceAsync
in interface AWSPrivate5GAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSPrivate5GAsync
Removes tags from the specified resource.
untagResourceAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateNetworkSiteResult> updateNetworkSiteAsync(UpdateNetworkSiteRequest request)
AWSPrivate5GAsync
Updates the specified network site.
updateNetworkSiteAsync
in interface AWSPrivate5GAsync
public Future<UpdateNetworkSiteResult> updateNetworkSiteAsync(UpdateNetworkSiteRequest request, AsyncHandler<UpdateNetworkSiteRequest,UpdateNetworkSiteResult> asyncHandler)
AWSPrivate5GAsync
Updates the specified network site.
updateNetworkSiteAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateNetworkSitePlanResult> updateNetworkSitePlanAsync(UpdateNetworkSitePlanRequest request)
AWSPrivate5GAsync
Updates the specified network site plan.
updateNetworkSitePlanAsync
in interface AWSPrivate5GAsync
public Future<UpdateNetworkSitePlanResult> updateNetworkSitePlanAsync(UpdateNetworkSitePlanRequest request, AsyncHandler<UpdateNetworkSitePlanRequest,UpdateNetworkSitePlanResult> asyncHandler)
AWSPrivate5GAsync
Updates the specified network site plan.
updateNetworkSitePlanAsync
in interface AWSPrivate5GAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSPrivate5G
shutdown
in class AWSPrivate5GClient