| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations |
Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an
organization and centrally manage your accounts and their resources.
|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
default AcceptHandshakeResponse |
OrganizationsClient.acceptHandshake(Consumer<AcceptHandshakeRequest.Builder> acceptHandshakeRequest)
Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
|
default CompletableFuture<AcceptHandshakeResponse> |
OrganizationsAsyncClient.acceptHandshake(Consumer<AcceptHandshakeRequest.Builder> acceptHandshakeRequest)
Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
|
| Modifier and Type | Method and Description |
|---|---|
static AcceptHandshakeRequest.Builder |
AcceptHandshakeRequest.builder() |
AcceptHandshakeRequest.Builder |
AcceptHandshakeRequest.Builder.handshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to accept.
|
AcceptHandshakeRequest.Builder |
AcceptHandshakeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AcceptHandshakeRequest.Builder |
AcceptHandshakeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AcceptHandshakeRequest.Builder |
AcceptHandshakeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AcceptHandshakeRequest.Builder> |
AcceptHandshakeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.