| 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 RejectEnvironmentAccountConnectionResponse |
ProtonClient.rejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest)
In a management account, reject an environment account connection from another environment account.
|
default CompletableFuture<RejectEnvironmentAccountConnectionResponse> |
ProtonAsyncClient.rejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest)
In a management account, reject an environment account connection from another environment account.
|
| Modifier and Type | Method and Description |
|---|---|
static RejectEnvironmentAccountConnectionRequest.Builder |
RejectEnvironmentAccountConnectionRequest.builder() |
RejectEnvironmentAccountConnectionRequest.Builder |
RejectEnvironmentAccountConnectionRequest.Builder.id(String id)
The ID of the environment account connection to reject.
|
RejectEnvironmentAccountConnectionRequest.Builder |
RejectEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RejectEnvironmentAccountConnectionRequest.Builder |
RejectEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RejectEnvironmentAccountConnectionRequest.Builder |
RejectEnvironmentAccountConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RejectEnvironmentAccountConnectionRequest.Builder> |
RejectEnvironmentAccountConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.