| 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 DescribeHandshakeResponse |
OrganizationsClient.describeHandshake(Consumer<DescribeHandshakeRequest.Builder> describeHandshakeRequest)
Retrieves information about a previously requested handshake.
|
default CompletableFuture<DescribeHandshakeResponse> |
OrganizationsAsyncClient.describeHandshake(Consumer<DescribeHandshakeRequest.Builder> describeHandshakeRequest)
Retrieves information about a previously requested handshake.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeHandshakeRequest.Builder |
DescribeHandshakeRequest.builder() |
DescribeHandshakeRequest.Builder |
DescribeHandshakeRequest.Builder.handshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want information about.
|
DescribeHandshakeRequest.Builder |
DescribeHandshakeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeHandshakeRequest.Builder |
DescribeHandshakeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeHandshakeRequest.Builder |
DescribeHandshakeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeHandshakeRequest.Builder> |
DescribeHandshakeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.