Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupConfigurationItem
-
Packages that use GroupConfigurationItem Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupConfigurationItem in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupConfigurationItem Modifier and Type Method Description List<GroupConfigurationItem>CreateGroupRequest. 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.List<GroupConfigurationItem>GroupConfiguration. configuration()The configuration currently associated with the group and in effect.List<GroupConfigurationItem>PutGroupConfigurationRequest. configuration()The new configuration to associate with the specified group.List<GroupConfigurationItem>GroupConfiguration. proposedConfiguration()If present, the new configuration that is in the process of being applied to the group.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type GroupConfigurationItem Modifier and Type Method Description CreateGroupRequest.BuilderCreateGroupRequest.Builder. configuration(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.BuilderGroupConfiguration.Builder. configuration(GroupConfigurationItem... configuration)The configuration currently associated with the group and in effect.PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest.Builder. configuration(GroupConfigurationItem... configuration)The new configuration to associate with the specified group.GroupConfiguration.BuilderGroupConfiguration.Builder. proposedConfiguration(GroupConfigurationItem... proposedConfiguration)If present, the new configuration that is in the process of being applied to the group.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type GroupConfigurationItem Modifier and Type Method Description CreateGroupRequest.BuilderCreateGroupRequest.Builder. configuration(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.BuilderGroupConfiguration.Builder. configuration(Collection<GroupConfigurationItem> configuration)The configuration currently associated with the group and in effect.PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest.Builder. configuration(Collection<GroupConfigurationItem> configuration)The new configuration to associate with the specified group.GroupConfiguration.BuilderGroupConfiguration.Builder. proposedConfiguration(Collection<GroupConfigurationItem> proposedConfiguration)If present, the new configuration that is in the process of being applied to the group.
-