Uses of Class
software.amazon.awssdk.services.outposts.model.UpdateOutpostResponse
Packages that use UpdateOutpostResponse
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 UpdateOutpostResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UpdateOutpostResponseModifier and TypeMethodDescriptiondefault 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 UpdateOutpostResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateOutpostResponse>OutpostsAsyncClient.updateOutpost(Consumer<UpdateOutpostRequest.Builder> updateOutpostRequest) Updates an Outpost.default CompletableFuture<UpdateOutpostResponse>OutpostsAsyncClient.updateOutpost(UpdateOutpostRequest updateOutpostRequest) Updates an Outpost.