| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateGroupResponse |
ResourceGroupsClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group with a specified name, description, and resource query.
|
default CreateGroupResponse |
ResourceGroupsClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a group with a specified name, description, and resource query.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGroupResponse> |
ResourceGroupsAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group with a specified name, description, and resource query.
|
default CompletableFuture<CreateGroupResponse> |
ResourceGroupsAsyncClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a group with a specified name, description, and resource query.
|
Copyright © 2019. All rights reserved.