Uses of Interface
software.amazon.awssdk.services.organizations.model.CreateOrganizationRequest.Builder
-
Packages that use CreateOrganizationRequest.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 CreateOrganizationRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type CreateOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateOrganizationResponse>OrganizationsAsyncClient. createOrganization(Consumer<CreateOrganizationRequest.Builder> createOrganizationRequest)Creates an Amazon Web Services organization.default CreateOrganizationResponseOrganizationsClient. createOrganization(Consumer<CreateOrganizationRequest.Builder> createOrganizationRequest)Creates an Amazon Web Services organization. -
Uses of CreateOrganizationRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return CreateOrganizationRequest.Builder Modifier and Type Method Description static CreateOrganizationRequest.BuilderCreateOrganizationRequest. builder()CreateOrganizationRequest.BuilderCreateOrganizationRequest.Builder. featureSet(String featureSet)Specifies the feature set supported by the new organization.CreateOrganizationRequest.BuilderCreateOrganizationRequest.Builder. featureSet(OrganizationFeatureSet featureSet)Specifies the feature set supported by the new organization.CreateOrganizationRequest.BuilderCreateOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOrganizationRequest.BuilderCreateOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateOrganizationRequest.BuilderCreateOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type CreateOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends CreateOrganizationRequest.Builder>CreateOrganizationRequest. serializableBuilderClass()
-