Uses of Class
software.amazon.awssdk.services.auditmanager.model.AccountStatus
-
Packages that use AccountStatus Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of AccountStatus in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return AccountStatus Modifier and Type Method Description static AccountStatusAccountStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AccountStatusDeregisterAccountResponse. status()The registration status of the account.AccountStatusGetAccountStatusResponse. status()The status of the Amazon Web Services account.AccountStatusRegisterAccountResponse. status()The status of the account registration request.static AccountStatusAccountStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountStatus[]AccountStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type AccountStatus Modifier and Type Method Description static Set<AccountStatus>AccountStatus. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type AccountStatus Modifier and Type Method Description DeregisterAccountResponse.BuilderDeregisterAccountResponse.Builder. status(AccountStatus status)The registration status of the account.GetAccountStatusResponse.BuilderGetAccountStatusResponse.Builder. status(AccountStatus status)The status of the Amazon Web Services account.RegisterAccountResponse.BuilderRegisterAccountResponse.Builder. status(AccountStatus status)The status of the account registration request.
-