Uses of Class
software.amazon.awssdk.services.rekognition.model.CreateUserResponse
-
Packages that use CreateUserResponse Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video. -
-
Uses of CreateUserResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return CreateUserResponse Modifier and Type Method Description default CreateUserResponseRekognitionClient. createUser(Consumer<CreateUserRequest.Builder> createUserRequest)Creates a new User within a collection specified byCollectionId.default CreateUserResponseRekognitionClient. createUser(CreateUserRequest createUserRequest)Creates a new User within a collection specified byCollectionId.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type CreateUserResponse Modifier and Type Method Description default CompletableFuture<CreateUserResponse>RekognitionAsyncClient. createUser(Consumer<CreateUserRequest.Builder> createUserRequest)Creates a new User within a collection specified byCollectionId.default CompletableFuture<CreateUserResponse>RekognitionAsyncClient. createUser(CreateUserRequest createUserRequest)Creates a new User within a collection specified byCollectionId.
-