Uses of Class
software.amazon.awssdk.services.account.model.PrimaryEmailUpdateStatus
-
Packages that use PrimaryEmailUpdateStatus Package Description software.amazon.awssdk.services.account.model -
-
Uses of PrimaryEmailUpdateStatus in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return PrimaryEmailUpdateStatus Modifier and Type Method Description static PrimaryEmailUpdateStatusPrimaryEmailUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PrimaryEmailUpdateStatusAcceptPrimaryEmailUpdateResponse. status()Retrieves the status of the accepted primary email update request.PrimaryEmailUpdateStatusStartPrimaryEmailUpdateResponse. status()The status of the primary email update request.static PrimaryEmailUpdateStatusPrimaryEmailUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimaryEmailUpdateStatus[]PrimaryEmailUpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.account.model that return types with arguments of type PrimaryEmailUpdateStatus Modifier and Type Method Description static Set<PrimaryEmailUpdateStatus>PrimaryEmailUpdateStatus. knownValues()Methods in software.amazon.awssdk.services.account.model with parameters of type PrimaryEmailUpdateStatus Modifier and Type Method Description AcceptPrimaryEmailUpdateResponse.BuilderAcceptPrimaryEmailUpdateResponse.Builder. status(PrimaryEmailUpdateStatus status)Retrieves the status of the accepted primary email update request.StartPrimaryEmailUpdateResponse.BuilderStartPrimaryEmailUpdateResponse.Builder. status(PrimaryEmailUpdateStatus status)The status of the primary email update request.
-