Uses of Class
software.amazon.awssdk.services.codestar.model.DeleteUserProfileResponse
-
Packages that use DeleteUserProfileResponse Package Description software.amazon.awssdk.services.codestar AWS CodeStar -
-
Uses of DeleteUserProfileResponse in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar that return DeleteUserProfileResponse Modifier and Type Method Description default DeleteUserProfileResponseCodeStarClient. deleteUserProfile(Consumer<DeleteUserProfileRequest.Builder> deleteUserProfileRequest)Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address.default DeleteUserProfileResponseCodeStarClient. deleteUserProfile(DeleteUserProfileRequest deleteUserProfileRequest)Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address.Methods in software.amazon.awssdk.services.codestar that return types with arguments of type DeleteUserProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteUserProfileResponse>CodeStarAsyncClient. deleteUserProfile(Consumer<DeleteUserProfileRequest.Builder> deleteUserProfileRequest)Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address.default CompletableFuture<DeleteUserProfileResponse>CodeStarAsyncClient. deleteUserProfile(DeleteUserProfileRequest deleteUserProfileRequest)Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address.
-