Uses of Class
software.amazon.awssdk.services.appstream.model.CreateUserRequest
-
Packages that use CreateUserRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of CreateUserRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type CreateUserRequest Modifier and Type Method Description default CompletableFuture<CreateUserResponse>AppStreamAsyncClient. createUser(CreateUserRequest createUserRequest)Creates a new user in the user pool.default CreateUserResponseAppStreamClient. createUser(CreateUserRequest createUserRequest)Creates a new user in the user pool. -
Uses of CreateUserRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type CreateUserRequest Modifier and Type Method Description SdkHttpFullRequestCreateUserRequestMarshaller. marshall(CreateUserRequest createUserRequest)
-