| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateGroupResponse |
ResourceGroupsClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a resource group with the specified name and description.
|
default CompletableFuture<CreateGroupResponse> |
ResourceGroupsAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a resource group with the specified name and description.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGroupRequest.Builder |
CreateGroupRequest.builder() |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.configuration(Collection<GroupConfigurationItem> configuration)
A configuration associates the resource group with an Amazon Web Services service and specifies how the
service can interact with the resources in the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.configuration(Consumer<GroupConfigurationItem.Builder>... configuration)
A configuration associates the resource group with an Amazon Web Services service and specifies how the
service can interact with the resources in the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.configuration(GroupConfigurationItem... configuration)
A configuration associates the resource group with an Amazon Web Services service and specifies how the
service can interact with the resources in the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.description(String description)
The description of the resource group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.name(String name)
The name of the group, which is the identifier of the group in other operations.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateGroupRequest.Builder |
CreateGroupRequest.Builder.resourceQuery(Consumer<ResourceQuery.Builder> resourceQuery)
The resource query that determines which Amazon Web Services resources are members of this group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.resourceQuery(ResourceQuery resourceQuery)
The resource query that determines which Amazon Web Services resources are members of this group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.tags(Map<String,String> tags)
The tags to add to the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGroupRequest.Builder> |
CreateGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.