| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
AbstractAWSCodeStarconnections.createConnection(CreateConnectionRequest request) |
CreateConnectionResult |
AWSCodeStarconnectionsClient.createConnection(CreateConnectionRequest request)
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it
can access third-party code repositories.
|
CreateConnectionResult |
AWSCodeStarconnections.createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it
can access third-party code repositories.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsyncClient.createConnectionAsync(CreateConnectionRequest request) |
Future<CreateConnectionResult> |
AbstractAWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest request) |
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest)
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it
can access third-party code repositories.
|
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsyncClient.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AbstractAWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it
can access third-party code repositories.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsyncClient.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AbstractAWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it
can access third-party code repositories.
|
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
CreateConnectionResult.clone() |
CreateConnectionResult |
CreateConnectionResult.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection to be created.
|
CreateConnectionResult |
CreateConnectionResult.withTags(Collection<Tag> tags)
Specifies the tags applied to the resource.
|
CreateConnectionResult |
CreateConnectionResult.withTags(Tag... tags)
Specifies the tags applied to the resource.
|
Copyright © 2024. All rights reserved.