| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
ResourceGroupsClient.listGroups()
Returns a list of existing Resource Groups in your account.
|
default ListGroupsResponse |
ResourceGroupsClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of existing Resource Groups in your account.
|
default ListGroupsResponse |
ResourceGroupsClient.listGroups(ListGroupsRequest listGroupsRequest)
Returns a list of existing Resource Groups in your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsResponse> |
ResourceGroupsAsyncClient.listGroups()
Returns a list of existing Resource Groups in your account.
|
default CompletableFuture<ListGroupsResponse> |
ResourceGroupsAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of existing Resource Groups in your account.
|
default CompletableFuture<ListGroupsResponse> |
ResourceGroupsAsyncClient.listGroups(ListGroupsRequest listGroupsRequest)
Returns a list of existing Resource Groups in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupsResponse> |
ListGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.