Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.AcceptCodeValidation
-
Packages that use AcceptCodeValidation Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of AcceptCodeValidation in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return AcceptCodeValidation Modifier and Type Method Description AcceptCodeValidationAcceptPageRequest. acceptCodeValidation()An optional field that Incident Manager uses toENFORCEAcceptCodevalidation when acknowledging an page.static AcceptCodeValidationAcceptCodeValidation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceptCodeValidationAcceptCodeValidation. valueOf(String name)Returns the enum constant of this type with the specified name.static AcceptCodeValidation[]AcceptCodeValidation. 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 AcceptCodeValidation Modifier and Type Method Description static Set<AcceptCodeValidation>AcceptCodeValidation. knownValues()Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type AcceptCodeValidation Modifier and Type Method Description AcceptPageRequest.BuilderAcceptPageRequest.Builder. acceptCodeValidation(AcceptCodeValidation acceptCodeValidation)An optional field that Incident Manager uses toENFORCEAcceptCodevalidation when acknowledging an page.
-