@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonS3OutpostsAsyncClient extends AmazonS3OutpostsClient implements AmazonS3OutpostsAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
Amazon S3 on Outposts provides access to S3 on Outposts operations.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AmazonS3OutpostsAsyncClientBuilder |
asyncBuilder() |
Future<CreateEndpointResult> |
createEndpointAsync(CreateEndpointRequest request)
Creates an endpoint and associates it with the specified Outpost.
|
Future<CreateEndpointResult> |
createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint and associates it with the specified Outpost.
|
Future<DeleteEndpointResult> |
deleteEndpointAsync(DeleteEndpointRequest request)
Deletes an endpoint.
|
Future<DeleteEndpointResult> |
deleteEndpointAsync(DeleteEndpointRequest request,
AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
Deletes an endpoint.
|
ExecutorService |
getExecutorService()
Returns the executor service used by this client to execute async requests.
|
Future<ListEndpointsResult> |
listEndpointsAsync(ListEndpointsRequest request)
Lists endpoints associated with the specified Outpost.
|
Future<ListEndpointsResult> |
listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler)
Lists endpoints associated with the specified Outpost.
|
Future<ListSharedEndpointsResult> |
listSharedEndpointsAsync(ListSharedEndpointsRequest request)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
Future<ListSharedEndpointsResult> |
listSharedEndpointsAsync(ListSharedEndpointsRequest request,
AsyncHandler<ListSharedEndpointsRequest,ListSharedEndpointsResult> asyncHandler)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
builder, createEndpoint, deleteEndpoint, getCachedResponseMetadata, listEndpoints, listSharedEndpointsaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateEndpoint, deleteEndpoint, getCachedResponseMetadata, listEndpoints, listSharedEndpointspublic static AmazonS3OutpostsAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<CreateEndpointResult> createEndpointAsync(CreateEndpointRequest request)
AmazonS3OutpostsAsyncCreates an endpoint and associates it with the specified Outpost.
It can take up to 5 minutes for this action to finish.
Related actions include:
createEndpointAsync in interface AmazonS3OutpostsAsyncpublic Future<CreateEndpointResult> createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
AmazonS3OutpostsAsyncCreates an endpoint and associates it with the specified Outpost.
It can take up to 5 minutes for this action to finish.
Related actions include:
createEndpointAsync in interface AmazonS3OutpostsAsyncasyncHandler - 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<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest request)
AmazonS3OutpostsAsyncDeletes an endpoint.
It can take up to 5 minutes for this action to finish.
Related actions include:
deleteEndpointAsync in interface AmazonS3OutpostsAsyncpublic Future<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
AmazonS3OutpostsAsyncDeletes an endpoint.
It can take up to 5 minutes for this action to finish.
Related actions include:
deleteEndpointAsync in interface AmazonS3OutpostsAsyncasyncHandler - 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<ListEndpointsResult> listEndpointsAsync(ListEndpointsRequest request)
AmazonS3OutpostsAsyncLists endpoints associated with the specified Outpost.
Related actions include:
listEndpointsAsync in interface AmazonS3OutpostsAsyncpublic Future<ListEndpointsResult> listEndpointsAsync(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler)
AmazonS3OutpostsAsyncLists endpoints associated with the specified Outpost.
Related actions include:
listEndpointsAsync in interface AmazonS3OutpostsAsyncasyncHandler - 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<ListSharedEndpointsResult> listSharedEndpointsAsync(ListSharedEndpointsRequest request)
AmazonS3OutpostsAsyncLists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).
Related actions include:
listSharedEndpointsAsync in interface AmazonS3OutpostsAsyncpublic Future<ListSharedEndpointsResult> listSharedEndpointsAsync(ListSharedEndpointsRequest request, AsyncHandler<ListSharedEndpointsRequest,ListSharedEndpointsResult> asyncHandler)
AmazonS3OutpostsAsyncLists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).
Related actions include:
listSharedEndpointsAsync in interface AmazonS3OutpostsAsyncasyncHandler - 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 AmazonS3Outpostsshutdown in class AmazonS3OutpostsClient