Uses of Class
software.amazon.awssdk.services.outposts.model.GetSiteResponse
-
Packages that use GetSiteResponse 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 GetSiteResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetSiteResponse Modifier and Type Method Description default GetSiteResponseOutpostsClient. getSite(Consumer<GetSiteRequest.Builder> getSiteRequest)Gets information about the specified Outpost site.default GetSiteResponseOutpostsClient. getSite(GetSiteRequest getSiteRequest)Gets information about the specified Outpost site.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetSiteResponse Modifier and Type Method Description default CompletableFuture<GetSiteResponse>OutpostsAsyncClient. getSite(Consumer<GetSiteRequest.Builder> getSiteRequest)Gets information about the specified Outpost site.default CompletableFuture<GetSiteResponse>OutpostsAsyncClient. getSite(GetSiteRequest getSiteRequest)Gets information about the specified Outpost site.
-