Uses of Interface
software.amazon.awssdk.services.rekognition.model.User.Builder
-
Packages that use User.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of User.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return User.Builder Modifier and Type Method Description static User.BuilderUser. builder()User.BuilderUser. toBuilder()User.BuilderUser.Builder. userId(String userId)A provided ID for the User.User.BuilderUser.Builder. userStatus(String userStatus)Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.User.BuilderUser.Builder. userStatus(UserStatus userStatus)Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type User.Builder Modifier and Type Method Description static Class<? extends User.Builder>User. serializableBuilderClass()
-