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