@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSOutpostsAsync extends AbstractAWSOutposts implements AWSOutpostsAsync
AWSOutpostsAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createOutpost, deleteOutpost, deleteSite, getCachedResponseMetadata, getOutpost, getOutpostInstanceTypes, listOutposts, listSites, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createOutpost, deleteOutpost, deleteSite, getCachedResponseMetadata, getOutpost, getOutpostInstanceTypes, listOutposts, listSites, shutdown
public Future<CreateOutpostResult> createOutpostAsync(CreateOutpostRequest request)
AWSOutpostsAsync
Creates an Outpost.
createOutpostAsync
in interface AWSOutpostsAsync
public Future<CreateOutpostResult> createOutpostAsync(CreateOutpostRequest request, AsyncHandler<CreateOutpostRequest,CreateOutpostResult> asyncHandler)
AWSOutpostsAsync
Creates an Outpost.
createOutpostAsync
in interface AWSOutpostsAsync
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<DeleteOutpostResult> deleteOutpostAsync(DeleteOutpostRequest request)
AWSOutpostsAsync
Deletes the Outpost.
deleteOutpostAsync
in interface AWSOutpostsAsync
public Future<DeleteOutpostResult> deleteOutpostAsync(DeleteOutpostRequest request, AsyncHandler<DeleteOutpostRequest,DeleteOutpostResult> asyncHandler)
AWSOutpostsAsync
Deletes the Outpost.
deleteOutpostAsync
in interface AWSOutpostsAsync
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<DeleteSiteResult> deleteSiteAsync(DeleteSiteRequest request)
AWSOutpostsAsync
Deletes the site.
deleteSiteAsync
in interface AWSOutpostsAsync
public Future<DeleteSiteResult> deleteSiteAsync(DeleteSiteRequest request, AsyncHandler<DeleteSiteRequest,DeleteSiteResult> asyncHandler)
AWSOutpostsAsync
Deletes the site.
deleteSiteAsync
in interface AWSOutpostsAsync
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<GetOutpostResult> getOutpostAsync(GetOutpostRequest request)
AWSOutpostsAsync
Gets information about the specified Outpost.
getOutpostAsync
in interface AWSOutpostsAsync
public Future<GetOutpostResult> getOutpostAsync(GetOutpostRequest request, AsyncHandler<GetOutpostRequest,GetOutpostResult> asyncHandler)
AWSOutpostsAsync
Gets information about the specified Outpost.
getOutpostAsync
in interface AWSOutpostsAsync
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<GetOutpostInstanceTypesResult> getOutpostInstanceTypesAsync(GetOutpostInstanceTypesRequest request)
AWSOutpostsAsync
Lists the instance types for the specified Outpost.
getOutpostInstanceTypesAsync
in interface AWSOutpostsAsync
public Future<GetOutpostInstanceTypesResult> getOutpostInstanceTypesAsync(GetOutpostInstanceTypesRequest request, AsyncHandler<GetOutpostInstanceTypesRequest,GetOutpostInstanceTypesResult> asyncHandler)
AWSOutpostsAsync
Lists the instance types for the specified Outpost.
getOutpostInstanceTypesAsync
in interface AWSOutpostsAsync
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<ListOutpostsResult> listOutpostsAsync(ListOutpostsRequest request)
AWSOutpostsAsync
List the Outposts for your AWS account.
listOutpostsAsync
in interface AWSOutpostsAsync
public Future<ListOutpostsResult> listOutpostsAsync(ListOutpostsRequest request, AsyncHandler<ListOutpostsRequest,ListOutpostsResult> asyncHandler)
AWSOutpostsAsync
List the Outposts for your AWS account.
listOutpostsAsync
in interface AWSOutpostsAsync
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<ListSitesResult> listSitesAsync(ListSitesRequest request)
AWSOutpostsAsync
Lists the sites for the specified AWS account.
listSitesAsync
in interface AWSOutpostsAsync
public Future<ListSitesResult> listSitesAsync(ListSitesRequest request, AsyncHandler<ListSitesRequest,ListSitesResult> asyncHandler)
AWSOutpostsAsync
Lists the sites for the specified AWS account.
listSitesAsync
in interface AWSOutpostsAsync
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.