Uses of Class
software.amazon.awssdk.services.codestar.model.UserProfileAlreadyExistsException
-
Packages that use UserProfileAlreadyExistsException Package Description software.amazon.awssdk.services.codestar AWS CodeStar -
-
Uses of UserProfileAlreadyExistsException in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar that throw UserProfileAlreadyExistsException Modifier and Type Method Description default CreateUserProfileResponseCodeStarClient. createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar.default CreateUserProfileResponseCodeStarClient. createUserProfile(CreateUserProfileRequest createUserProfileRequest)Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar.
-