Uses of Class
software.amazon.awssdk.services.organizations.model.CreateOrganizationResponse
-
Packages that use CreateOrganizationResponse 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 CreateOrganizationResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return CreateOrganizationResponse Modifier and Type Method Description default CreateOrganizationResponseOrganizationsClient. createOrganization()Creates an Amazon Web Services organization.default CreateOrganizationResponseOrganizationsClient. createOrganization(Consumer<CreateOrganizationRequest.Builder> createOrganizationRequest)Creates an Amazon Web Services organization.default CreateOrganizationResponseOrganizationsClient. createOrganization(CreateOrganizationRequest createOrganizationRequest)Creates an Amazon Web Services organization.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type CreateOrganizationResponse Modifier and Type Method Description default CompletableFuture<CreateOrganizationResponse>OrganizationsAsyncClient. createOrganization()Creates an Amazon Web Services organization.default CompletableFuture<CreateOrganizationResponse>OrganizationsAsyncClient. createOrganization(Consumer<CreateOrganizationRequest.Builder> createOrganizationRequest)Creates an Amazon Web Services organization.default CompletableFuture<CreateOrganizationResponse>OrganizationsAsyncClient. createOrganization(CreateOrganizationRequest createOrganizationRequest)Creates an Amazon Web Services organization.
-