Uses of Interface
software.amazon.awssdk.services.outposts.OutpostsAsyncClient
-
Packages that use OutpostsAsyncClient 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.software.amazon.awssdk.services.outposts.paginators -
-
Uses of OutpostsAsyncClient in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return OutpostsAsyncClient Modifier and Type Method Description static OutpostsAsyncClientOutpostsAsyncClient. create()Create aOutpostsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of OutpostsAsyncClient in software.amazon.awssdk.services.outposts.paginators
Constructors in software.amazon.awssdk.services.outposts.paginators with parameters of type OutpostsAsyncClient Constructor Description GetOutpostInstanceTypesPublisher(OutpostsAsyncClient client, GetOutpostInstanceTypesRequest firstRequest)GetOutpostSupportedInstanceTypesPublisher(OutpostsAsyncClient client, GetOutpostSupportedInstanceTypesRequest firstRequest)ListAssetsPublisher(OutpostsAsyncClient client, ListAssetsRequest firstRequest)ListCapacityTasksPublisher(OutpostsAsyncClient client, ListCapacityTasksRequest firstRequest)ListCatalogItemsPublisher(OutpostsAsyncClient client, ListCatalogItemsRequest firstRequest)ListOrdersPublisher(OutpostsAsyncClient client, ListOrdersRequest firstRequest)ListOutpostsPublisher(OutpostsAsyncClient client, ListOutpostsRequest firstRequest)ListSitesPublisher(OutpostsAsyncClient client, ListSitesRequest firstRequest)
-