| 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) |
Future<CreateProjectResult> |
AbstractAWSCodeStarAsync.createProjectAsync(CreateProjectRequest request) |
Future<CreateProjectResult> |
AWSCodeStarAsyncClient.createProjectAsync(CreateProjectRequest request) |
Future<CreateProjectResult> |
AWSCodeStarAsync.createProjectAsync(CreateProjectRequest createProjectRequest)
Creates a project in AWS CodeStar with minimal structure and no resources.
|
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 |
|---|---|
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 |
|---|---|
CreateProjectRequest |
CreateProjectRequest.clone() |
CreateProjectRequest |
CreateProjectRequest.withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
CreateProjectRequest |
CreateProjectRequest.withDescription(String description)
Optional.
|
CreateProjectRequest |
CreateProjectRequest.withId(String id)
The ID for the AWS CodeStar project.
|
CreateProjectRequest |
CreateProjectRequest.withName(String name)
The friendly name for the project.
|
Copyright © 2017. All rights reserved.