| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateConnectionResponse |
CodeStarConnectionsClient.createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Creates a connection that can then be given to other AWS services like CodePipeline so that it can access
third-party code repositories.
|
default CreateConnectionResponse |
CodeStarConnectionsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateConnectionResponse> |
CodeStarConnectionsAsyncClient.createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Creates a connection that can then be given to other AWS services like CodePipeline so that it can access
third-party code repositories.
|
default CompletableFuture<CreateConnectionResponse> |
CodeStarConnectionsAsyncClient.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.
|
Copyright © 2022. All rights reserved.