Uses of Class
software.amazon.awssdk.services.organizations.model.CreateAccountResponse
-
Packages that use CreateAccountResponse 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 CreateAccountResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return CreateAccountResponse Modifier and Type Method Description default CreateAccountResponseOrganizationsClient. createAccount(Consumer<CreateAccountRequest.Builder> createAccountRequest)Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request.default CreateAccountResponseOrganizationsClient. createAccount(CreateAccountRequest createAccountRequest)Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type CreateAccountResponse Modifier and Type Method Description default CompletableFuture<CreateAccountResponse>OrganizationsAsyncClient. createAccount(Consumer<CreateAccountRequest.Builder> createAccountRequest)Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request.default CompletableFuture<CreateAccountResponse>OrganizationsAsyncClient. createAccount(CreateAccountRequest createAccountRequest)Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request.
-