Uses of Class
software.amazon.awssdk.services.firehose.model.DeliveryStreamEncryptionStatus
-
Packages that use DeliveryStreamEncryptionStatus Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DeliveryStreamEncryptionStatus in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DeliveryStreamEncryptionStatus Modifier and Type Method Description static DeliveryStreamEncryptionStatusDeliveryStreamEncryptionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeliveryStreamEncryptionStatusDeliveryStreamEncryptionConfiguration. status()This is the server-side encryption (SSE) status for the delivery stream.static DeliveryStreamEncryptionStatusDeliveryStreamEncryptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryStreamEncryptionStatus[]DeliveryStreamEncryptionStatus. 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 DeliveryStreamEncryptionStatus Modifier and Type Method Description static Set<DeliveryStreamEncryptionStatus>DeliveryStreamEncryptionStatus. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type DeliveryStreamEncryptionStatus Modifier and Type Method Description DeliveryStreamEncryptionConfiguration.BuilderDeliveryStreamEncryptionConfiguration.Builder. status(DeliveryStreamEncryptionStatus status)This is the server-side encryption (SSE) status for the delivery stream.
-