| 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 EnableAllFeaturesResponse |
OrganizationsClient.enableAllFeatures()
Enables all features in an organization.
|
default EnableAllFeaturesResponse |
OrganizationsClient.enableAllFeatures(Consumer<EnableAllFeaturesRequest.Builder> enableAllFeaturesRequest)
Enables all features in an organization.
|
default EnableAllFeaturesResponse |
OrganizationsClient.enableAllFeatures(EnableAllFeaturesRequest enableAllFeaturesRequest)
Enables all features in an organization.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<EnableAllFeaturesResponse> |
OrganizationsAsyncClient.enableAllFeatures()
Enables all features in an organization.
|
default CompletableFuture<EnableAllFeaturesResponse> |
OrganizationsAsyncClient.enableAllFeatures(Consumer<EnableAllFeaturesRequest.Builder> enableAllFeaturesRequest)
Enables all features in an organization.
|
default CompletableFuture<EnableAllFeaturesResponse> |
OrganizationsAsyncClient.enableAllFeatures(EnableAllFeaturesRequest enableAllFeaturesRequest)
Enables all features in an organization.
|
Copyright © 2023. All rights reserved.