Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.ResourceExplorer2Client
-
Packages that use ResourceExplorer2Client Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.paginators -
-
Uses of ResourceExplorer2Client in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return ResourceExplorer2Client Modifier and Type Method Description static ResourceExplorer2ClientResourceExplorer2Client. create()Create aResourceExplorer2Clientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ResourceExplorer2Client in software.amazon.awssdk.services.resourceexplorer2.paginators
Constructors in software.amazon.awssdk.services.resourceexplorer2.paginators with parameters of type ResourceExplorer2Client Constructor Description ListIndexesForMembersIterable(ResourceExplorer2Client client, ListIndexesForMembersRequest firstRequest)ListIndexesIterable(ResourceExplorer2Client client, ListIndexesRequest firstRequest)ListSupportedResourceTypesIterable(ResourceExplorer2Client client, ListSupportedResourceTypesRequest firstRequest)ListViewsIterable(ResourceExplorer2Client client, ListViewsRequest firstRequest)SearchIterable(ResourceExplorer2Client client, SearchRequest firstRequest)
-