Uses of Class
software.amazon.awssdk.services.outposts.model.GetSiteAddressResponse
Packages that use GetSiteAddressResponse
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 GetSiteAddressResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetSiteAddressResponseModifier and TypeMethodDescriptiondefault 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 GetSiteAddressResponseModifier and TypeMethodDescriptiondefault 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.