| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
List<GroupConfigurationItem> |
PutGroupConfigurationRequest.configuration()
The new configuration to associate with the specified group.
|
List<GroupConfigurationItem> |
CreateGroupRequest.configuration()
A configuration associates the resource group with an AWS service and specifies how the service can interact with
the resources in the group.
|
List<GroupConfigurationItem> |
GroupConfiguration.configuration()
The configuration currently associated with the group and in effect.
|
List<GroupConfigurationItem> |
GroupConfiguration.proposedConfiguration()
If present, the new configuration that is in the process of being applied to the group.
|
| Modifier and Type | Method and Description |
|---|---|
PutGroupConfigurationRequest.Builder |
PutGroupConfigurationRequest.Builder.configuration(GroupConfigurationItem... configuration)
The new configuration to associate with the specified 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.
|
GroupConfiguration.Builder |
GroupConfiguration.Builder.configuration(GroupConfigurationItem... configuration)
The configuration currently associated with the group and in effect.
|
GroupConfiguration.Builder |
GroupConfiguration.Builder.proposedConfiguration(GroupConfigurationItem... proposedConfiguration)
If present, the new configuration that is in the process of being applied to the group.
|
| Modifier and Type | Method and Description |
|---|---|
PutGroupConfigurationRequest.Builder |
PutGroupConfigurationRequest.Builder.configuration(Collection<GroupConfigurationItem> configuration)
The new configuration to associate with the specified group.
|
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.
|
GroupConfiguration.Builder |
GroupConfiguration.Builder.configuration(Collection<GroupConfigurationItem> configuration)
The configuration currently associated with the group and in effect.
|
GroupConfiguration.Builder |
GroupConfiguration.Builder.proposedConfiguration(Collection<GroupConfigurationItem> proposedConfiguration)
If present, the new configuration that is in the process of being applied to the group.
|
Copyright © 2021. All rights reserved.