@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSS3ControlAsync extends AbstractAWSS3Control implements AWSS3ControlAsync
AWSS3ControlAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
deletePublicAccessBlock, getCachedResponseMetadata, getPublicAccessBlock, putPublicAccessBlock, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deletePublicAccessBlock, getCachedResponseMetadata, getPublicAccessBlock, putPublicAccessBlock, shutdown
public Future<DeletePublicAccessBlockResult> deletePublicAccessBlockAsync(DeletePublicAccessBlockRequest request)
AWSS3ControlAsync
Removes the Public Access Block configuration for an Amazon Web Services account.
deletePublicAccessBlockAsync
in interface AWSS3ControlAsync
public Future<DeletePublicAccessBlockResult> deletePublicAccessBlockAsync(DeletePublicAccessBlockRequest request, AsyncHandler<DeletePublicAccessBlockRequest,DeletePublicAccessBlockResult> asyncHandler)
AWSS3ControlAsync
Removes the Public Access Block configuration for an Amazon Web Services account.
deletePublicAccessBlockAsync
in interface AWSS3ControlAsync
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<GetPublicAccessBlockResult> getPublicAccessBlockAsync(GetPublicAccessBlockRequest request)
AWSS3ControlAsync
Retrieves the Public Access Block configuration for an Amazon Web Services account.
getPublicAccessBlockAsync
in interface AWSS3ControlAsync
public Future<GetPublicAccessBlockResult> getPublicAccessBlockAsync(GetPublicAccessBlockRequest request, AsyncHandler<GetPublicAccessBlockRequest,GetPublicAccessBlockResult> asyncHandler)
AWSS3ControlAsync
Retrieves the Public Access Block configuration for an Amazon Web Services account.
getPublicAccessBlockAsync
in interface AWSS3ControlAsync
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<PutPublicAccessBlockResult> putPublicAccessBlockAsync(PutPublicAccessBlockRequest request)
AWSS3ControlAsync
Creates or modifies the Public Access Block configuration for an Amazon Web Services account.
putPublicAccessBlockAsync
in interface AWSS3ControlAsync
public Future<PutPublicAccessBlockResult> putPublicAccessBlockAsync(PutPublicAccessBlockRequest request, AsyncHandler<PutPublicAccessBlockRequest,PutPublicAccessBlockResult> asyncHandler)
AWSS3ControlAsync
Creates or modifies the Public Access Block configuration for an Amazon Web Services account.
putPublicAccessBlockAsync
in interface AWSS3ControlAsync
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.