Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.FailureCode
-
Packages that use FailureCode Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of FailureCode in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return FailureCode Modifier and Type Method Description FailureCodeFailedRequest. failureCode()Returns the value of the FailureCode property for this object.static FailureCodeFailureCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FailureCodeFailureCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureCode[]FailureCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type FailureCode Modifier and Type Method Description static Set<FailureCode>FailureCode. knownValues()Methods in software.amazon.awssdk.services.connectcampaigns.model with parameters of type FailureCode Modifier and Type Method Description FailedRequest.BuilderFailedRequest.Builder. failureCode(FailureCode failureCode)Sets the value of the FailureCode property for this object.
-