| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
Group |
CreateGroupResponse.group()
The description of the resource group.
|
Group |
UpdateGroupResponse.group()
The update description of the resource group.
|
Group |
DeleteGroupResponse.group()
A full description of the deleted resource group.
|
Group |
GetGroupResponse.group()
A full description of the resource group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResponse.groups()
Deprecated.
This field is deprecated, use GroupIdentifiers instead.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGroupResponse.Builder |
CreateGroupResponse.Builder.group(Group group)
The description of the resource group.
|
UpdateGroupResponse.Builder |
UpdateGroupResponse.Builder.group(Group group)
The update description of the resource group.
|
DeleteGroupResponse.Builder |
DeleteGroupResponse.Builder.group(Group group)
A full description of the deleted resource group.
|
GetGroupResponse.Builder |
GetGroupResponse.Builder.group(Group group)
A full description of the resource group.
|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groups(Group... groups)
Deprecated.
This field is deprecated, use GroupIdentifiers instead.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groups(Collection<Group> groups)
Deprecated.
This field is deprecated, use GroupIdentifiers instead.
|
Copyright © 2023. All rights reserved.