Uses of Class
software.amazon.awssdk.services.internetmonitor.model.LogDeliveryStatus
-
Packages that use LogDeliveryStatus Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of LogDeliveryStatus in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return LogDeliveryStatus Modifier and Type Method Description static LogDeliveryStatusLogDeliveryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogDeliveryStatusS3Config. logDeliveryStatus()The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.static LogDeliveryStatusLogDeliveryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LogDeliveryStatus[]LogDeliveryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type LogDeliveryStatus Modifier and Type Method Description static Set<LogDeliveryStatus>LogDeliveryStatus. knownValues()Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type LogDeliveryStatus Modifier and Type Method Description S3Config.BuilderS3Config.Builder. logDeliveryStatus(LogDeliveryStatus logDeliveryStatus)The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
-