Uses of Interface
software.amazon.awssdk.services.identitystore.model.CreateGroupResponse.Builder
-
Packages that use CreateGroupResponse.Builder Package Description software.amazon.awssdk.services.identitystore.model -
-
Uses of CreateGroupResponse.Builder in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return CreateGroupResponse.Builder Modifier and Type Method Description static CreateGroupResponse.BuilderCreateGroupResponse. builder()CreateGroupResponse.BuilderCreateGroupResponse.Builder. groupId(String groupId)The identifier of the newly created group in the identity store.CreateGroupResponse.BuilderCreateGroupResponse.Builder. identityStoreId(String identityStoreId)The globally unique identifier for the identity store.CreateGroupResponse.BuilderCreateGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type CreateGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateGroupResponse.Builder>CreateGroupResponse. serializableBuilderClass()
-