Uses of Interface
software.amazon.awssdk.services.iam.model.PolicyGroup.Builder
-
Packages that use PolicyGroup.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of PolicyGroup.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return PolicyGroup.Builder Modifier and Type Method Description static PolicyGroup.BuilderPolicyGroup. builder()PolicyGroup.BuilderPolicyGroup.Builder. groupId(String groupId)The stable and unique string identifying the group.PolicyGroup.BuilderPolicyGroup.Builder. groupName(String groupName)The name (friendly name, not ARN) identifying the group.PolicyGroup.BuilderPolicyGroup. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type PolicyGroup.Builder Modifier and Type Method Description static Class<? extends PolicyGroup.Builder>PolicyGroup. serializableBuilderClass()
-