| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections |
|
| Modifier and Type | Method and Description |
|---|---|
default GetConnectionResponse |
CodeStarConnectionsClient.getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)
Returns the connection ARN and details such as status, owner, and provider type.
|
default GetConnectionResponse |
CodeStarConnectionsClient.getConnection(GetConnectionRequest getConnectionRequest)
Returns the connection ARN and details such as status, owner, and provider type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConnectionResponse> |
CodeStarConnectionsAsyncClient.getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)
Returns the connection ARN and details such as status, owner, and provider type.
|
default CompletableFuture<GetConnectionResponse> |
CodeStarConnectionsAsyncClient.getConnection(GetConnectionRequest getConnectionRequest)
Returns the connection ARN and details such as status, owner, and provider type.
|
Copyright © 2023. All rights reserved.