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