| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups |
|
| 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 CreateGroupResponse |
ResourceGroupsClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a resource group with the specified name and description.
|
| 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 CompletableFuture<CreateGroupResponse> |
ResourceGroupsAsyncClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a resource group with the specified name and description.
|
Copyright © 2023. All rights reserved.