Uses of Interface
software.amazon.awssdk.services.organizations.model.EnableAllFeaturesRequest.Builder
-
Packages that use EnableAllFeaturesRequest.Builder 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 -
-
Uses of EnableAllFeaturesRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type EnableAllFeaturesRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableAllFeaturesResponse>OrganizationsAsyncClient. enableAllFeatures(Consumer<EnableAllFeaturesRequest.Builder> enableAllFeaturesRequest)Enables all features in an organization.default EnableAllFeaturesResponseOrganizationsClient. enableAllFeatures(Consumer<EnableAllFeaturesRequest.Builder> enableAllFeaturesRequest)Enables all features in an organization. -
Uses of EnableAllFeaturesRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return EnableAllFeaturesRequest.Builder Modifier and Type Method Description static EnableAllFeaturesRequest.BuilderEnableAllFeaturesRequest. builder()EnableAllFeaturesRequest.BuilderEnableAllFeaturesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableAllFeaturesRequest.BuilderEnableAllFeaturesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableAllFeaturesRequest.BuilderEnableAllFeaturesRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type EnableAllFeaturesRequest.Builder Modifier and Type Method Description static Class<? extends EnableAllFeaturesRequest.Builder>EnableAllFeaturesRequest. serializableBuilderClass()
-