Uses of Class
software.amazon.awssdk.services.outposts.model.DeleteOutpostResponse
Packages that use DeleteOutpostResponse
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of DeleteOutpostResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return DeleteOutpostResponseModifier and TypeMethodDescriptiondefault DeleteOutpostResponseOutpostsClient.deleteOutpost(Consumer<DeleteOutpostRequest.Builder> deleteOutpostRequest) Deletes the specified Outpost.default DeleteOutpostResponseOutpostsClient.deleteOutpost(DeleteOutpostRequest deleteOutpostRequest) Deletes the specified Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type DeleteOutpostResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteOutpostResponse>OutpostsAsyncClient.deleteOutpost(Consumer<DeleteOutpostRequest.Builder> deleteOutpostRequest) Deletes the specified Outpost.default CompletableFuture<DeleteOutpostResponse>OutpostsAsyncClient.deleteOutpost(DeleteOutpostRequest deleteOutpostRequest) Deletes the specified Outpost.