Uses of Class
software.amazon.awssdk.services.outposts.model.UpdateSiteAddressResponse
-
Packages that use UpdateSiteAddressResponse 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 UpdateSiteAddressResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UpdateSiteAddressResponse Modifier and Type Method Description default UpdateSiteAddressResponseOutpostsClient. updateSiteAddress(Consumer<UpdateSiteAddressRequest.Builder> updateSiteAddressRequest)Updates the address of the specified site.default UpdateSiteAddressResponseOutpostsClient. updateSiteAddress(UpdateSiteAddressRequest updateSiteAddressRequest)Updates the address of the specified site.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type UpdateSiteAddressResponse Modifier and Type Method Description default CompletableFuture<UpdateSiteAddressResponse>OutpostsAsyncClient. updateSiteAddress(Consumer<UpdateSiteAddressRequest.Builder> updateSiteAddressRequest)Updates the address of the specified site.default CompletableFuture<UpdateSiteAddressResponse>OutpostsAsyncClient. updateSiteAddress(UpdateSiteAddressRequest updateSiteAddressRequest)Updates the address of the specified site.
-