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