Uses of Class
software.amazon.awssdk.services.firehose.model.DeliveryStreamFailureType
-
Packages that use DeliveryStreamFailureType Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DeliveryStreamFailureType in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DeliveryStreamFailureType Modifier and Type Method Description static DeliveryStreamFailureTypeDeliveryStreamFailureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeliveryStreamFailureTypeFailureDescription. type()The type of error that caused the failure.static DeliveryStreamFailureTypeDeliveryStreamFailureType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryStreamFailureType[]DeliveryStreamFailureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DeliveryStreamFailureType Modifier and Type Method Description static Set<DeliveryStreamFailureType>DeliveryStreamFailureType. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type DeliveryStreamFailureType Modifier and Type Method Description FailureDescription.BuilderFailureDescription.Builder. type(DeliveryStreamFailureType type)The type of error that caused the failure.
-