Uses of Interface
software.amazon.awssdk.services.outposts.OutpostsClient
-
Packages that use OutpostsClient 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 OutpostsClient in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return OutpostsClient Modifier and Type Method Description static OutpostsClientOutpostsClient. create()Create aOutpostsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of OutpostsClient in software.amazon.awssdk.services.outposts.paginators
Constructors in software.amazon.awssdk.services.outposts.paginators with parameters of type OutpostsClient Constructor Description GetOutpostInstanceTypesIterable(OutpostsClient client, GetOutpostInstanceTypesRequest firstRequest)GetOutpostSupportedInstanceTypesIterable(OutpostsClient client, GetOutpostSupportedInstanceTypesRequest firstRequest)ListAssetsIterable(OutpostsClient client, ListAssetsRequest firstRequest)ListCapacityTasksIterable(OutpostsClient client, ListCapacityTasksRequest firstRequest)ListCatalogItemsIterable(OutpostsClient client, ListCatalogItemsRequest firstRequest)ListOrdersIterable(OutpostsClient client, ListOrdersRequest firstRequest)ListOutpostsIterable(OutpostsClient client, ListOutpostsRequest firstRequest)ListSitesIterable(OutpostsClient client, ListSitesRequest firstRequest)
-