| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
AWSCodeStarconnectionsClient.createConnection(CreateConnectionRequest request)
Creates a connection that can then be given to other AWS 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 AWS services like CodePipeline so that it can access
third-party code repositories.
|
CreateConnectionResult |
AbstractAWSCodeStarconnections.createConnection(CreateConnectionRequest request) |
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsyncClient.createConnectionAsync(CreateConnectionRequest request) |
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest)
Creates a connection that can then be given to other AWS services like CodePipeline so that it can access
third-party code repositories.
|
Future<CreateConnectionResult> |
AbstractAWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest request) |
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsyncClient.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 AWS services like CodePipeline so that it can access
third-party code repositories.
|
Future<CreateConnectionResult> |
AbstractAWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectionResult> |
AWSCodeStarconnectionsAsyncClient.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 AWS services like CodePipeline so that it can access
third-party code repositories.
|
Future<CreateConnectionResult> |
AbstractAWSCodeStarconnectionsAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequest |
CreateConnectionRequest.clone() |
CreateConnectionRequest |
CreateConnectionRequest.withConnectionName(String connectionName)
The name of the connection to be created.
|
CreateConnectionRequest |
CreateConnectionRequest.withHostArn(String hostArn)
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
|
CreateConnectionRequest |
CreateConnectionRequest.withProviderType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
CreateConnectionRequest |
CreateConnectionRequest.withProviderType(String providerType)
The name of the external provider where your third-party code repository is configured.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Collection<Tag> tags)
The key-value pair to use when tagging the resource.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Tag... tags)
The key-value pair to use when tagging the resource.
|
Copyright © 2023. All rights reserved.