Uses of Class
software.amazon.awssdk.services.organizations.model.EnableAllFeaturesResponse
-
Packages that use EnableAllFeaturesResponse 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. -
-
Uses of EnableAllFeaturesResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return EnableAllFeaturesResponse Modifier and Type Method Description default EnableAllFeaturesResponseOrganizationsClient. enableAllFeatures()Enables all features in an organization.default EnableAllFeaturesResponseOrganizationsClient. enableAllFeatures(Consumer<EnableAllFeaturesRequest.Builder> enableAllFeaturesRequest)Enables all features in an organization.default EnableAllFeaturesResponseOrganizationsClient. enableAllFeatures(EnableAllFeaturesRequest enableAllFeaturesRequest)Enables all features in an organization.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type EnableAllFeaturesResponse Modifier and Type Method 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.
-