| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups |
|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGroupResponse> |
ResourceGroupsAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a resource group with the specified name and description.
|
default CreateGroupResponse |
ResourceGroupsClient.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 AWS 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 AWS 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 AWS 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 AWS resources are members of this group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.resourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS 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 © 2020. All rights reserved.