| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResult |
AWSCodeStarClient.describeProject(DescribeProjectRequest request)
Describes a project and its resources.
|
DescribeProjectResult |
AbstractAWSCodeStar.describeProject(DescribeProjectRequest request) |
DescribeProjectResult |
AWSCodeStar.describeProject(DescribeProjectRequest describeProjectRequest)
Describes a project and its resources.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectResult> |
AWSCodeStarAsyncClient.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
Future<DescribeProjectResult> |
AWSCodeStarAsync.describeProjectAsync(DescribeProjectRequest describeProjectRequest,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler)
Describes a project and its resources.
|
Future<DescribeProjectResult> |
AbstractAWSCodeStarAsync.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResult |
DescribeProjectResult.clone() |
DescribeProjectResult |
DescribeProjectResult.withArn(String arn)
The Amazon Resource Name (ARN) for the project.
|
DescribeProjectResult |
DescribeProjectResult.withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
DescribeProjectResult |
DescribeProjectResult.withCreatedTimeStamp(Date createdTimeStamp)
The date and time the project was created, in timestamp format.
|
DescribeProjectResult |
DescribeProjectResult.withDescription(String description)
The description of the project, if any.
|
DescribeProjectResult |
DescribeProjectResult.withId(String id)
The ID of the project.
|
DescribeProjectResult |
DescribeProjectResult.withName(String name)
The display name for the project.
|
DescribeProjectResult |
DescribeProjectResult.withProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
|
DescribeProjectResult |
DescribeProjectResult.withStackId(String stackId)
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
|
DescribeProjectResult |
DescribeProjectResult.withStatus(ProjectStatus status)
The project creation or deletion status.
|
Copyright © 2022. All rights reserved.