Uses of Class
software.amazon.awssdk.services.organizations.model.DescribeCreateAccountStatusResponse
-
Packages that use DescribeCreateAccountStatusResponse 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 DescribeCreateAccountStatusResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return DescribeCreateAccountStatusResponse Modifier and Type Method Description default DescribeCreateAccountStatusResponseOrganizationsClient. describeCreateAccountStatus(Consumer<DescribeCreateAccountStatusRequest.Builder> describeCreateAccountStatusRequest)Retrieves the current status of an asynchronous request to create an account.default DescribeCreateAccountStatusResponseOrganizationsClient. describeCreateAccountStatus(DescribeCreateAccountStatusRequest describeCreateAccountStatusRequest)Retrieves the current status of an asynchronous request to create an account.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type DescribeCreateAccountStatusResponse Modifier and Type Method Description default CompletableFuture<DescribeCreateAccountStatusResponse>OrganizationsAsyncClient. describeCreateAccountStatus(Consumer<DescribeCreateAccountStatusRequest.Builder> describeCreateAccountStatusRequest)Retrieves the current status of an asynchronous request to create an account.default CompletableFuture<DescribeCreateAccountStatusResponse>OrganizationsAsyncClient. describeCreateAccountStatus(DescribeCreateAccountStatusRequest describeCreateAccountStatusRequest)Retrieves the current status of an asynchronous request to create an account.
-