Uses of Class
software.amazon.awssdk.services.identitystore.model.CreateUserRequest
-
Packages that use CreateUserRequest Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups).software.amazon.awssdk.services.identitystore.transform -
-
Uses of CreateUserRequest in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore with parameters of type CreateUserRequest Modifier and Type Method Description default CompletableFuture<CreateUserResponse>IdentitystoreAsyncClient. createUser(CreateUserRequest createUserRequest)Creates a user within the specified identity store.default CreateUserResponseIdentitystoreClient. createUser(CreateUserRequest createUserRequest)Creates a user within the specified identity store. -
Uses of CreateUserRequest in software.amazon.awssdk.services.identitystore.transform
Methods in software.amazon.awssdk.services.identitystore.transform with parameters of type CreateUserRequest Modifier and Type Method Description SdkHttpFullRequestCreateUserRequestMarshaller. marshall(CreateUserRequest createUserRequest)
-