Uses of Class
software.amazon.awssdk.services.outposts.model.UpdateSiteAddressResponse
Packages that use UpdateSiteAddressResponse
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 UpdateSiteAddressResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UpdateSiteAddressResponseModifier and TypeMethodDescriptiondefault 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 UpdateSiteAddressResponseModifier and TypeMethodDescriptionOutpostsAsyncClient.updateSiteAddress(Consumer<UpdateSiteAddressRequest.Builder> updateSiteAddressRequest) Updates the address of the specified site.OutpostsAsyncClient.updateSiteAddress(UpdateSiteAddressRequest updateSiteAddressRequest) Updates the address of the specified site.