| 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 AcceptEnvironmentAccountConnectionResponse |
ProtonClient.acceptEnvironmentAccountConnection(Consumer<AcceptEnvironmentAccountConnectionRequest.Builder> acceptEnvironmentAccountConnectionRequest)
In a management account, an environment account connection request is accepted.
|
default CompletableFuture<AcceptEnvironmentAccountConnectionResponse> |
ProtonAsyncClient.acceptEnvironmentAccountConnection(Consumer<AcceptEnvironmentAccountConnectionRequest.Builder> acceptEnvironmentAccountConnectionRequest)
In a management account, an environment account connection request is accepted.
|
| Modifier and Type | Method and Description |
|---|---|
static AcceptEnvironmentAccountConnectionRequest.Builder |
AcceptEnvironmentAccountConnectionRequest.builder() |
AcceptEnvironmentAccountConnectionRequest.Builder |
AcceptEnvironmentAccountConnectionRequest.Builder.id(String id)
The ID of the environment account connection.
|
AcceptEnvironmentAccountConnectionRequest.Builder |
AcceptEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AcceptEnvironmentAccountConnectionRequest.Builder |
AcceptEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AcceptEnvironmentAccountConnectionRequest.Builder |
AcceptEnvironmentAccountConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AcceptEnvironmentAccountConnectionRequest.Builder> |
AcceptEnvironmentAccountConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.