| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEnvironmentAccountConnectionResponse> |
ProtonAsyncClient.getEnvironmentAccountConnection(Consumer<GetEnvironmentAccountConnectionRequest.Builder> getEnvironmentAccountConnectionRequest)
In an environment account, get the detailed data for an environment account connection.
|
default GetEnvironmentAccountConnectionResponse |
ProtonClient.getEnvironmentAccountConnection(Consumer<GetEnvironmentAccountConnectionRequest.Builder> getEnvironmentAccountConnectionRequest)
In an environment account, get the detailed data for an environment account connection.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEnvironmentAccountConnectionRequest.Builder |
GetEnvironmentAccountConnectionRequest.builder() |
GetEnvironmentAccountConnectionRequest.Builder |
GetEnvironmentAccountConnectionRequest.Builder.id(String id)
The ID of the environment account connection that you want to get the detailed data for.
|
GetEnvironmentAccountConnectionRequest.Builder |
GetEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEnvironmentAccountConnectionRequest.Builder |
GetEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEnvironmentAccountConnectionRequest.Builder |
GetEnvironmentAccountConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEnvironmentAccountConnectionRequest.Builder> |
GetEnvironmentAccountConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.