Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.InstanceOnboardingJobFailureCode
-
Packages that use InstanceOnboardingJobFailureCode Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of InstanceOnboardingJobFailureCode in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return InstanceOnboardingJobFailureCode Modifier and Type Method Description InstanceOnboardingJobFailureCodeInstanceOnboardingJobStatus. failureCode()Returns the value of the FailureCode property for this object.static InstanceOnboardingJobFailureCodeInstanceOnboardingJobFailureCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InstanceOnboardingJobFailureCodeInstanceOnboardingJobFailureCode. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceOnboardingJobFailureCode[]InstanceOnboardingJobFailureCode. 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 InstanceOnboardingJobFailureCode Modifier and Type Method Description static Set<InstanceOnboardingJobFailureCode>InstanceOnboardingJobFailureCode. knownValues()Methods in software.amazon.awssdk.services.connectcampaigns.model with parameters of type InstanceOnboardingJobFailureCode Modifier and Type Method Description InstanceOnboardingJobStatus.BuilderInstanceOnboardingJobStatus.Builder. failureCode(InstanceOnboardingJobFailureCode failureCode)Sets the value of the FailureCode property for this object.
-