Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateGroupResponse.Builder
-
Packages that use CreateGroupResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CreateGroupResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CreateGroupResponse.Builder Modifier and Type Method Description static CreateGroupResponse.BuilderCreateGroupResponse. builder()default CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Consumer<GroupType.Builder> group)The group object for the group.CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(GroupType group)The group object for the group.CreateGroupResponse.BuilderCreateGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CreateGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateGroupResponse.Builder>CreateGroupResponse. serializableBuilderClass()
-