@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSOutpostsAsync extends AWSOutposts
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSOutpostsAsync
instead.
AWS Outposts is a fully managed service that extends AWS infrastructure, APIs, and tools to customer premises. By providing local access to AWS managed infrastructure, AWS Outposts enables customers to build and run applications on premises using the same programming interfaces as in AWS Regions, while using local compute and storage resources for lower latency and local data processing needs.
ENDPOINT_PREFIX
createOutpost, deleteOutpost, deleteSite, getCachedResponseMetadata, getOutpost, getOutpostInstanceTypes, listOutposts, listSites, listTagsForResource, shutdown, tagResource, untagResource
Future<CreateOutpostResult> createOutpostAsync(CreateOutpostRequest createOutpostRequest)
Creates an Outpost.
createOutpostRequest
- Future<CreateOutpostResult> createOutpostAsync(CreateOutpostRequest createOutpostRequest, AsyncHandler<CreateOutpostRequest,CreateOutpostResult> asyncHandler)
Creates an Outpost.
createOutpostRequest
- 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.Future<DeleteOutpostResult> deleteOutpostAsync(DeleteOutpostRequest deleteOutpostRequest)
Deletes the Outpost.
deleteOutpostRequest
- Future<DeleteOutpostResult> deleteOutpostAsync(DeleteOutpostRequest deleteOutpostRequest, AsyncHandler<DeleteOutpostRequest,DeleteOutpostResult> asyncHandler)
Deletes the Outpost.
deleteOutpostRequest
- 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.Future<DeleteSiteResult> deleteSiteAsync(DeleteSiteRequest deleteSiteRequest)
Deletes the site.
deleteSiteRequest
- Future<DeleteSiteResult> deleteSiteAsync(DeleteSiteRequest deleteSiteRequest, AsyncHandler<DeleteSiteRequest,DeleteSiteResult> asyncHandler)
Deletes the site.
deleteSiteRequest
- 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.Future<GetOutpostResult> getOutpostAsync(GetOutpostRequest getOutpostRequest)
Gets information about the specified Outpost.
getOutpostRequest
- Future<GetOutpostResult> getOutpostAsync(GetOutpostRequest getOutpostRequest, AsyncHandler<GetOutpostRequest,GetOutpostResult> asyncHandler)
Gets information about the specified Outpost.
getOutpostRequest
- 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.Future<GetOutpostInstanceTypesResult> getOutpostInstanceTypesAsync(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest)
Lists the instance types for the specified Outpost.
getOutpostInstanceTypesRequest
- Future<GetOutpostInstanceTypesResult> getOutpostInstanceTypesAsync(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest, AsyncHandler<GetOutpostInstanceTypesRequest,GetOutpostInstanceTypesResult> asyncHandler)
Lists the instance types for the specified Outpost.
getOutpostInstanceTypesRequest
- 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.Future<ListOutpostsResult> listOutpostsAsync(ListOutpostsRequest listOutpostsRequest)
List the Outposts for your AWS account.
listOutpostsRequest
- Future<ListOutpostsResult> listOutpostsAsync(ListOutpostsRequest listOutpostsRequest, AsyncHandler<ListOutpostsRequest,ListOutpostsResult> asyncHandler)
List the Outposts for your AWS account.
listOutpostsRequest
- 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.Future<ListSitesResult> listSitesAsync(ListSitesRequest listSitesRequest)
Lists the sites for the specified AWS account.
listSitesRequest
- Future<ListSitesResult> listSitesAsync(ListSitesRequest listSitesRequest, AsyncHandler<ListSitesRequest,ListSitesResult> asyncHandler)
Lists the sites for the specified AWS account.
listSitesRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for the specified resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags for the specified resource.
listTagsForResourceRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds tags to the specified resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to the specified resource.
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from the specified resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from the specified resource.
untagResourceRequest
- 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.