| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
AWSCodeStarClient.createProject(CreateProjectRequest request)
Creates a project in AWS CodeStar with minimal structure and no resources.
|
CreateProjectResult |
AWSCodeStar.createProject(CreateProjectRequest createProjectRequest)
Creates a project in AWS CodeStar with minimal structure and no resources.
|
CreateProjectResult |
AbstractAWSCodeStar.createProject(CreateProjectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AbstractAWSCodeStarAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AWSCodeStarAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AWSCodeStarAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a project in AWS CodeStar with minimal structure and no resources.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
CreateProjectResult.clone() |
CreateProjectResult |
CreateProjectResult.withArn(String arn)
The Amazon Resource Name (ARN) for the project.
|
CreateProjectResult |
CreateProjectResult.withClientRequestToken(String clientRequestToken)
The user- or system-generated token from the initial request that can be used to repeat the request.
|
CreateProjectResult |
CreateProjectResult.withId(String id)
The ID for the project.
|
CreateProjectResult |
CreateProjectResult.withProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
|
Copyright © 2017. All rights reserved.