@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonS3OutpostsAsync extends AbstractAmazonS3Outposts implements AmazonS3OutpostsAsync
AmazonS3OutpostsAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateEndpointResult> |
createEndpointAsync(CreateEndpointRequest request)
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts.
|
Future<CreateEndpointResult> |
createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts.
|
Future<DeleteEndpointResult> |
deleteEndpointAsync(DeleteEndpointRequest request)
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts.
|
Future<DeleteEndpointResult> |
deleteEndpointAsync(DeleteEndpointRequest request,
AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts.
|
Future<ListEndpointsResult> |
listEndpointsAsync(ListEndpointsRequest request)
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts.
|
Future<ListEndpointsResult> |
listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler)
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts.
|
createEndpoint, deleteEndpoint, getCachedResponseMetadata, listEndpoints, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createEndpoint, deleteEndpoint, getCachedResponseMetadata, listEndpoints, shutdown
public Future<CreateEndpointResult> createEndpointAsync(CreateEndpointRequest request)
AmazonS3OutpostsAsync
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action creates an endpoint and associates it with the specified Outpost.
Related actions include:
createEndpointAsync
in interface AmazonS3OutpostsAsync
public Future<CreateEndpointResult> createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
AmazonS3OutpostsAsync
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action creates an endpoint and associates it with the specified Outpost.
Related actions include:
createEndpointAsync
in interface AmazonS3OutpostsAsync
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<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest request)
AmazonS3OutpostsAsync
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action deletes an endpoint.
Related actions include:
deleteEndpointAsync
in interface AmazonS3OutpostsAsync
public Future<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
AmazonS3OutpostsAsync
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action deletes an endpoint.
Related actions include:
deleteEndpointAsync
in interface AmazonS3OutpostsAsync
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<ListEndpointsResult> listEndpointsAsync(ListEndpointsRequest request)
AmazonS3OutpostsAsync
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action lists endpoints associated with the Outpost.
Related actions include:
listEndpointsAsync
in interface AmazonS3OutpostsAsync
public Future<ListEndpointsResult> listEndpointsAsync(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler)
AmazonS3OutpostsAsync
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action lists endpoints associated with the Outpost.
Related actions include:
listEndpointsAsync
in interface AmazonS3OutpostsAsync
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.