Uses of Class
software.amazon.awssdk.services.outposts.model.UpdateOutpostResponse
-
Packages that use UpdateOutpostResponse 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 UpdateOutpostResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UpdateOutpostResponse Modifier and Type Method Description default UpdateOutpostResponseOutpostsClient. updateOutpost(Consumer<UpdateOutpostRequest.Builder> updateOutpostRequest)Updates an Outpost.default UpdateOutpostResponseOutpostsClient. updateOutpost(UpdateOutpostRequest updateOutpostRequest)Updates an Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type UpdateOutpostResponse Modifier and Type Method Description default CompletableFuture<UpdateOutpostResponse>OutpostsAsyncClient. updateOutpost(Consumer<UpdateOutpostRequest.Builder> updateOutpostRequest)Updates an Outpost.default CompletableFuture<UpdateOutpostResponse>OutpostsAsyncClient. updateOutpost(UpdateOutpostRequest updateOutpostRequest)Updates an Outpost.
-