Uses of Class
software.amazon.awssdk.services.codestar.model.DescribeUserProfileResponse
-
Packages that use DescribeUserProfileResponse Package Description software.amazon.awssdk.services.codestar AWS CodeStar -
-
Uses of DescribeUserProfileResponse in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar that return DescribeUserProfileResponse 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.Methods in software.amazon.awssdk.services.codestar that return types with arguments of type DescribeUserProfileResponse Modifier and Type Method Description default CompletableFuture<DescribeUserProfileResponse>CodeStarAsyncClient. describeUserProfile(Consumer<DescribeUserProfileRequest.Builder> describeUserProfileRequest)Describes a user in AWS CodeStar and the user attributes across all projects.default CompletableFuture<DescribeUserProfileResponse>CodeStarAsyncClient. describeUserProfile(DescribeUserProfileRequest describeUserProfileRequest)Describes a user in AWS CodeStar and the user attributes across all projects.
-