Uses of Class
software.amazon.awssdk.services.outposts.model.UpdateSiteResponse
-
Packages that use UpdateSiteResponse 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 UpdateSiteResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UpdateSiteResponse Modifier and Type Method Description default 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 UpdateSiteResponse Modifier and Type Method Description default CompletableFuture<UpdateSiteResponse>OutpostsAsyncClient. updateSite(Consumer<UpdateSiteRequest.Builder> updateSiteRequest)Updates the specified site.default CompletableFuture<UpdateSiteResponse>OutpostsAsyncClient. updateSite(UpdateSiteRequest updateSiteRequest)Updates the specified site.
-