Uses of Class
software.amazon.awssdk.services.codestar.model.UserProfileNotFoundException
-
Packages that use UserProfileNotFoundException Package Description software.amazon.awssdk.services.codestar AWS CodeStar -
-
Uses of UserProfileNotFoundException in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar that throw UserProfileNotFoundException Modifier and Type Method Description default DescribeUserProfileResponseCodeStarClient. describeUserProfile(Consumer<DescribeUserProfileRequest.Builder> describeUserProfileRequest)Describes a user in AWS CodeStar and the user attributes across all projects.default DescribeUserProfileResponseCodeStarClient. describeUserProfile(DescribeUserProfileRequest describeUserProfileRequest)Describes a user in AWS CodeStar and the user attributes across all projects.default UpdateUserProfileResponseCodeStarClient. updateUserProfile(Consumer<UpdateUserProfileRequest.Builder> updateUserProfileRequest)Updates a user's profile in AWS CodeStar.default UpdateUserProfileResponseCodeStarClient. updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest)Updates a user's profile in AWS CodeStar.
-