Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.GroupIdentifier.Builder
-
Packages that use GroupIdentifier.Builder Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupIdentifier.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GroupIdentifier.Builder Modifier and Type Method Description static GroupIdentifier.BuilderGroupIdentifier. builder()GroupIdentifier.BuilderGroupIdentifier.Builder. groupArn(String groupArn)The ARN of the resource group.GroupIdentifier.BuilderGroupIdentifier.Builder. groupName(String groupName)The name of the resource group.GroupIdentifier.BuilderGroupIdentifier. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupIdentifier.Builder Modifier and Type Method Description static Class<? extends GroupIdentifier.Builder>GroupIdentifier. serializableBuilderClass()
-