| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAccountStatus |
CreateAccountResponse.createAccountStatus()
A structure that contains details about the request to create an account.
|
CreateAccountStatus |
DescribeCreateAccountStatusResponse.createAccountStatus()
A structure that contains the current status of an account creation request.
|
CreateAccountStatus |
CreateGovCloudAccountResponse.createAccountStatus()
Returns the value of the CreateAccountStatus property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateAccountStatus> |
ListCreateAccountStatusResponse.createAccountStatuses()
A list of objects with details about the requests.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccountResponse.Builder |
CreateAccountResponse.Builder.createAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account.
|
DescribeCreateAccountStatusResponse.Builder |
DescribeCreateAccountStatusResponse.Builder.createAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains the current status of an account creation request.
|
CreateGovCloudAccountResponse.Builder |
CreateGovCloudAccountResponse.Builder.createAccountStatus(CreateAccountStatus createAccountStatus)
Sets the value of the CreateAccountStatus property for this object.
|
ListCreateAccountStatusResponse.Builder |
ListCreateAccountStatusResponse.Builder.createAccountStatuses(CreateAccountStatus... createAccountStatuses)
A list of objects with details about the requests.
|
| Modifier and Type | Method and Description |
|---|---|
ListCreateAccountStatusResponse.Builder |
ListCreateAccountStatusResponse.Builder.createAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)
A list of objects with details about the requests.
|
Copyright © 2023. All rights reserved.