Uses of Interface
software.amazon.awssdk.services.resourcegroups.ResourceGroupsAsyncClient
-
Packages that use ResourceGroupsAsyncClient Package Description software.amazon.awssdk.services.resourcegroups Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags.software.amazon.awssdk.services.resourcegroups.paginators -
-
Uses of ResourceGroupsAsyncClient in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return ResourceGroupsAsyncClient Modifier and Type Method Description static ResourceGroupsAsyncClientResourceGroupsAsyncClient. create()Create aResourceGroupsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ResourceGroupsAsyncClient in software.amazon.awssdk.services.resourcegroups.paginators
Constructors in software.amazon.awssdk.services.resourcegroups.paginators with parameters of type ResourceGroupsAsyncClient Constructor Description ListGroupResourcesPublisher(ResourceGroupsAsyncClient client, ListGroupResourcesRequest firstRequest)ListGroupsPublisher(ResourceGroupsAsyncClient client, ListGroupsRequest firstRequest)SearchResourcesPublisher(ResourceGroupsAsyncClient client, SearchResourcesRequest firstRequest)
-