Uses of Interface
software.amazon.awssdk.services.iam.model.Group.Builder
-
Packages that use Group.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of Group.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return Group.Builder Modifier and Type Method Description Group.BuilderGroup.Builder. arn(String arn)The Amazon Resource Name (ARN) specifying the group.static Group.BuilderGroup. builder()Group.BuilderGroup.Builder. createDate(Instant createDate)The date and time, in ISO 8601 date-time format, when the group was created.Group.BuilderGroup.Builder. groupId(String groupId)The stable and unique string identifying the group.Group.BuilderGroup.Builder. groupName(String groupName)The friendly name that identifies the group.Group.BuilderGroup.Builder. path(String path)The path to the group.Group.BuilderGroup. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type Group.Builder Modifier and Type Method Description static Class<? extends Group.Builder>Group. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type Group.Builder Modifier and Type Method Description default CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Consumer<Group.Builder> group)A structure containing details about the new group.default GetGroupResponse.BuilderGetGroupResponse.Builder. group(Consumer<Group.Builder> group)A structure that contains details about the group.
-