Uses of Class
software.amazon.awssdk.services.outposts.model.GetSiteAddressResponse
-
Packages that use GetSiteAddressResponse 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 GetSiteAddressResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetSiteAddressResponse Modifier and Type Method Description default GetSiteAddressResponseOutpostsClient. getSiteAddress(Consumer<GetSiteAddressRequest.Builder> getSiteAddressRequest)Gets the site address of the specified site.default GetSiteAddressResponseOutpostsClient. getSiteAddress(GetSiteAddressRequest getSiteAddressRequest)Gets the site address of the specified site.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetSiteAddressResponse Modifier and Type Method Description default CompletableFuture<GetSiteAddressResponse>OutpostsAsyncClient. getSiteAddress(Consumer<GetSiteAddressRequest.Builder> getSiteAddressRequest)Gets the site address of the specified site.default CompletableFuture<GetSiteAddressResponse>OutpostsAsyncClient. getSiteAddress(GetSiteAddressRequest getSiteAddressRequest)Gets the site address of the specified site.
-