| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserProfileResult |
AWSCodeStarClient.describeUserProfile(DescribeUserProfileRequest request)
Describes a user in AWS CodeStar and the user attributes across all projects.
|
DescribeUserProfileResult |
AWSCodeStar.describeUserProfile(DescribeUserProfileRequest describeUserProfileRequest)
Describes a user in AWS CodeStar and the user attributes across all projects.
|
DescribeUserProfileResult |
AbstractAWSCodeStar.describeUserProfile(DescribeUserProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeUserProfileResult> |
AbstractAWSCodeStarAsync.describeUserProfileAsync(DescribeUserProfileRequest request,
AsyncHandler<DescribeUserProfileRequest,DescribeUserProfileResult> asyncHandler) |
Future<DescribeUserProfileResult> |
AWSCodeStarAsyncClient.describeUserProfileAsync(DescribeUserProfileRequest request,
AsyncHandler<DescribeUserProfileRequest,DescribeUserProfileResult> asyncHandler) |
Future<DescribeUserProfileResult> |
AWSCodeStarAsync.describeUserProfileAsync(DescribeUserProfileRequest describeUserProfileRequest,
AsyncHandler<DescribeUserProfileRequest,DescribeUserProfileResult> asyncHandler)
Describes a user in AWS CodeStar and the user attributes across all projects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUserProfileResult |
DescribeUserProfileResult.clone() |
DescribeUserProfileResult |
DescribeUserProfileResult.withCreatedTimestamp(Date createdTimestamp)
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withDisplayName(String displayName)
The display name shown for the user in AWS CodeStar projects.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withEmailAddress(String emailAddress)
The email address for the user.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The date and time when the user profile was last modified, in timestamp format.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
Copyright © 2017. All rights reserved.