| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
GroupConfiguration |
GroupConfiguration.clone() |
GroupConfiguration |
GetGroupConfigurationResult.getGroupConfiguration()
The service configuration associated with the specified group.
|
GroupConfiguration |
CreateGroupResult.getGroupConfiguration()
The service configuration associated with the resource group.
|
GroupConfiguration |
GroupConfiguration.withConfiguration(Collection<GroupConfigurationItem> configuration)
The configuration currently associated with the group and in effect.
|
GroupConfiguration |
GroupConfiguration.withConfiguration(GroupConfigurationItem... configuration)
The configuration currently associated with the group and in effect.
|
GroupConfiguration |
GroupConfiguration.withFailureReason(String failureReason)
If present, the reason why a request to update the group configuration failed.
|
GroupConfiguration |
GroupConfiguration.withProposedConfiguration(Collection<GroupConfigurationItem> proposedConfiguration)
If present, the new configuration that is in the process of being applied to the group.
|
GroupConfiguration |
GroupConfiguration.withProposedConfiguration(GroupConfigurationItem... proposedConfiguration)
If present, the new configuration that is in the process of being applied to the group.
|
GroupConfiguration |
GroupConfiguration.withStatus(GroupConfigurationStatus status)
The current status of an attempt to update the group configuration.
|
GroupConfiguration |
GroupConfiguration.withStatus(String status)
The current status of an attempt to update the group configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetGroupConfigurationResult.setGroupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the specified group.
|
void |
CreateGroupResult.setGroupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the resource group.
|
GetGroupConfigurationResult |
GetGroupConfigurationResult.withGroupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the specified group.
|
CreateGroupResult |
CreateGroupResult.withGroupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the resource group.
|
Copyright © 2021. All rights reserved.