| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
GroupConfigurationItem |
GroupConfigurationItem.clone() |
GroupConfigurationItem |
GroupConfigurationItem.withParameters(Collection<GroupConfigurationParameter> parameters)
A collection of parameters for this group configuration item.
|
GroupConfigurationItem |
GroupConfigurationItem.withParameters(GroupConfigurationParameter... parameters)
A collection of parameters for this group configuration item.
|
GroupConfigurationItem |
GroupConfigurationItem.withType(String type)
Specifies the type of group configuration item.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupConfigurationItem> |
GroupConfiguration.getConfiguration()
The configuration currently associated with the group and in effect.
|
List<GroupConfigurationItem> |
PutGroupConfigurationRequest.getConfiguration()
The new configuration to associate with the specified group.
|
List<GroupConfigurationItem> |
CreateGroupRequest.getConfiguration()
A configuration associates the resource group with an Amazon Web Services service and specifies how the service
can interact with the resources in the group.
|
List<GroupConfigurationItem> |
GroupConfiguration.getProposedConfiguration()
If present, the new configuration that is in the process of being applied to the group.
|
| Modifier and Type | Method and Description |
|---|---|
GroupConfiguration |
GroupConfiguration.withConfiguration(GroupConfigurationItem... configuration)
The configuration currently associated with the group and in effect.
|
PutGroupConfigurationRequest |
PutGroupConfigurationRequest.withConfiguration(GroupConfigurationItem... configuration)
The new configuration to associate with the specified group.
|
CreateGroupRequest |
CreateGroupRequest.withConfiguration(GroupConfigurationItem... configuration)
A configuration associates the resource group with an Amazon Web Services service and specifies how the service
can interact with the resources in the group.
|
GroupConfiguration |
GroupConfiguration.withProposedConfiguration(GroupConfigurationItem... proposedConfiguration)
If present, the new configuration that is in the process of being applied to the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupConfiguration.setConfiguration(Collection<GroupConfigurationItem> configuration)
The configuration currently associated with the group and in effect.
|
void |
PutGroupConfigurationRequest.setConfiguration(Collection<GroupConfigurationItem> configuration)
The new configuration to associate with the specified group.
|
void |
CreateGroupRequest.setConfiguration(Collection<GroupConfigurationItem> configuration)
A configuration associates the resource group with an Amazon Web Services service and specifies how the service
can interact with the resources in the group.
|
void |
GroupConfiguration.setProposedConfiguration(Collection<GroupConfigurationItem> proposedConfiguration)
If present, the new configuration that is in the process of being applied to the group.
|
GroupConfiguration |
GroupConfiguration.withConfiguration(Collection<GroupConfigurationItem> configuration)
The configuration currently associated with the group and in effect.
|
PutGroupConfigurationRequest |
PutGroupConfigurationRequest.withConfiguration(Collection<GroupConfigurationItem> configuration)
The new configuration to associate with the specified group.
|
CreateGroupRequest |
CreateGroupRequest.withConfiguration(Collection<GroupConfigurationItem> configuration)
A configuration associates the resource group with an Amazon Web Services service and specifies how the service
can interact with the resources in the group.
|
GroupConfiguration |
GroupConfiguration.withProposedConfiguration(Collection<GroupConfigurationItem> proposedConfiguration)
If present, the new configuration that is in the process of being applied to the group.
|
Copyright © 2025. All rights reserved.