| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeAccountResponse |
OrganizationsClient.describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)
Retrieves Organizations-related information about the specified account.
|
default DescribeAccountResponse |
OrganizationsClient.describeAccount(DescribeAccountRequest describeAccountRequest)
Retrieves Organizations-related information about the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeAccountResponse> |
OrganizationsAsyncClient.describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)
Retrieves Organizations-related information about the specified account.
|
default CompletableFuture<DescribeAccountResponse> |
OrganizationsAsyncClient.describeAccount(DescribeAccountRequest describeAccountRequest)
Retrieves Organizations-related information about the specified account.
|
Copyright © 2023. All rights reserved.