Uses of Class
software.amazon.awssdk.services.outposts.model.DeleteOutpostResponse
-
Packages that use DeleteOutpostResponse Package Description software.amazon.awssdk.services.outposts 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 DeleteOutpostResponse Modifier and Type Method Description default 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 DeleteOutpostResponse Modifier and Type Method Description default CompletableFuture<DeleteOutpostResponse>OutpostsAsyncClient. deleteOutpost(Consumer<DeleteOutpostRequest.Builder> deleteOutpostRequest)Deletes the specified Outpost.default CompletableFuture<DeleteOutpostResponse>OutpostsAsyncClient. deleteOutpost(DeleteOutpostRequest deleteOutpostRequest)Deletes the specified Outpost.
-