Uses of Interface
software.amazon.awssdk.services.organizations.model.DescribeCreateAccountStatusRequest.Builder
-
Packages that use DescribeCreateAccountStatusRequest.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 DescribeCreateAccountStatusRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type DescribeCreateAccountStatusRequest.Builder 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 DescribeCreateAccountStatusResponseOrganizationsClient. describeCreateAccountStatus(Consumer<DescribeCreateAccountStatusRequest.Builder> describeCreateAccountStatusRequest)Retrieves the current status of an asynchronous request to create an account. -
Uses of DescribeCreateAccountStatusRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DescribeCreateAccountStatusRequest.Builder Modifier and Type Method Description static DescribeCreateAccountStatusRequest.BuilderDescribeCreateAccountStatusRequest. builder()DescribeCreateAccountStatusRequest.BuilderDescribeCreateAccountStatusRequest.Builder. createAccountRequestId(String createAccountRequestId)Specifies theIdvalue that uniquely identifies theCreateAccountrequest.DescribeCreateAccountStatusRequest.BuilderDescribeCreateAccountStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCreateAccountStatusRequest.BuilderDescribeCreateAccountStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeCreateAccountStatusRequest.BuilderDescribeCreateAccountStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DescribeCreateAccountStatusRequest.Builder Modifier and Type Method Description static Class<? extends DescribeCreateAccountStatusRequest.Builder>DescribeCreateAccountStatusRequest. serializableBuilderClass()
-