Uses of Class
software.amazon.awssdk.services.organizations.model.CreateAccountStatus
-
Packages that use CreateAccountStatus Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of CreateAccountStatus in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return CreateAccountStatus Modifier and Type Method Description CreateAccountStatusCreateAccountResponse. createAccountStatus()A structure that contains details about the request to create an account.CreateAccountStatusCreateGovCloudAccountResponse. createAccountStatus()Returns the value of the CreateAccountStatus property for this object.CreateAccountStatusDescribeCreateAccountStatusResponse. createAccountStatus()A structure that contains the current status of an account creation request.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type CreateAccountStatus Modifier and Type Method Description List<CreateAccountStatus>ListCreateAccountStatusResponse. createAccountStatuses()A list of objects with details about the requests.Methods in software.amazon.awssdk.services.organizations.model with parameters of type CreateAccountStatus Modifier and Type Method Description CreateAccountResponse.BuilderCreateAccountResponse.Builder. createAccountStatus(CreateAccountStatus createAccountStatus)A structure that contains details about the request to create an account.CreateGovCloudAccountResponse.BuilderCreateGovCloudAccountResponse.Builder. createAccountStatus(CreateAccountStatus createAccountStatus)Sets the value of the CreateAccountStatus property for this object.DescribeCreateAccountStatusResponse.BuilderDescribeCreateAccountStatusResponse.Builder. createAccountStatus(CreateAccountStatus createAccountStatus)A structure that contains the current status of an account creation request.ListCreateAccountStatusResponse.BuilderListCreateAccountStatusResponse.Builder. createAccountStatuses(CreateAccountStatus... createAccountStatuses)A list of objects with details about the requests.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type CreateAccountStatus Modifier and Type Method Description ListCreateAccountStatusResponse.BuilderListCreateAccountStatusResponse.Builder. createAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)A list of objects with details about the requests.
-