Uses of Class
software.amazon.awssdk.services.organizations.model.CreateAccountState
-
Packages that use CreateAccountState Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of CreateAccountState in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return CreateAccountState Modifier and Type Method Description static CreateAccountStateCreateAccountState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CreateAccountStateCreateAccountStatus. state()The status of the asynchronous request to create an Amazon Web Services account.static CreateAccountStateCreateAccountState. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateAccountState[]CreateAccountState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type CreateAccountState Modifier and Type Method Description static Set<CreateAccountState>CreateAccountState. knownValues()List<CreateAccountState>ListCreateAccountStatusRequest. states()A list of one or more states that you want included in the response.Methods in software.amazon.awssdk.services.organizations.model with parameters of type CreateAccountState Modifier and Type Method Description CreateAccountStatus.BuilderCreateAccountStatus.Builder. state(CreateAccountState state)The status of the asynchronous request to create an Amazon Web Services account.ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. states(CreateAccountState... states)A list of one or more states that you want included in the response.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type CreateAccountState Modifier and Type Method Description ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. states(Collection<CreateAccountState> states)A list of one or more states that you want included in the response.
-