Uses of Class
software.amazon.awssdk.services.codestar.model.UpdateUserProfileResponse
-
Packages that use UpdateUserProfileResponse Package Description software.amazon.awssdk.services.codestar AWS CodeStar -
-
Uses of UpdateUserProfileResponse in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar that return UpdateUserProfileResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.codestar that return types with arguments of type UpdateUserProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateUserProfileResponse>CodeStarAsyncClient. updateUserProfile(Consumer<UpdateUserProfileRequest.Builder> updateUserProfileRequest)Updates a user's profile in AWS CodeStar.default CompletableFuture<UpdateUserProfileResponse>CodeStarAsyncClient. updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest)Updates a user's profile in AWS CodeStar.
-