Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ActivationStatus
-
Packages that use ActivationStatus Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ActivationStatus in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ActivationStatus Modifier and Type Method Description ActivationStatusContactChannel. activationStatus()A Boolean value describing if the contact channel has been activated or not.ActivationStatusGetContactChannelResponse. activationStatus()A Boolean value indicating if the contact channel has been activated or not.static ActivationStatusActivationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActivationStatusActivationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivationStatus[]ActivationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ActivationStatus Modifier and Type Method Description static Set<ActivationStatus>ActivationStatus. knownValues()Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type ActivationStatus Modifier and Type Method Description ContactChannel.BuilderContactChannel.Builder. activationStatus(ActivationStatus activationStatus)A Boolean value describing if the contact channel has been activated or not.GetContactChannelResponse.BuilderGetContactChannelResponse.Builder. activationStatus(ActivationStatus activationStatus)A Boolean value indicating if the contact channel has been activated or not.
-