Uses of Class
software.amazon.awssdk.services.outposts.model.UpdateSiteResponse
Packages that use UpdateSiteResponse
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 UpdateSiteResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UpdateSiteResponseModifier and TypeMethodDescriptiondefault UpdateSiteResponseOutpostsClient.updateSite(Consumer<UpdateSiteRequest.Builder> updateSiteRequest) Updates the specified site.default UpdateSiteResponseOutpostsClient.updateSite(UpdateSiteRequest updateSiteRequest) Updates the specified site.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type UpdateSiteResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateSiteResponse>OutpostsAsyncClient.updateSite(Consumer<UpdateSiteRequest.Builder> updateSiteRequest) Updates the specified site.default CompletableFuture<UpdateSiteResponse>OutpostsAsyncClient.updateSite(UpdateSiteRequest updateSiteRequest) Updates the specified site.