Uses of Interface
software.amazon.awssdk.services.organizations.OrganizationsBaseClientBuilder
-
Packages that use OrganizationsBaseClientBuilder 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 OrganizationsBaseClientBuilder in software.amazon.awssdk.services.organizations
Classes in software.amazon.awssdk.services.organizations with type parameters of type OrganizationsBaseClientBuilder Modifier and Type Interface Description interfaceOrganizationsBaseClientBuilder<B extends OrganizationsBaseClientBuilder<B,C>,C>This includes configuration specific to Organizations that is supported by bothOrganizationsClientBuilderandOrganizationsAsyncClientBuilder.Subinterfaces of OrganizationsBaseClientBuilder in software.amazon.awssdk.services.organizations Modifier and Type Interface Description interfaceOrganizationsAsyncClientBuilderA builder for creating an instance ofOrganizationsAsyncClient.interfaceOrganizationsClientBuilderA builder for creating an instance ofOrganizationsClient.
-