Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestinationType
-
Packages that use DeliveryDestinationType Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of DeliveryDestinationType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryDestinationType Modifier and Type Method Description DeliveryDestinationTypeDelivery. deliveryDestinationType()Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.DeliveryDestinationTypeDeliveryDestination. deliveryDestinationType()Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.static DeliveryDestinationTypeDeliveryDestinationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeliveryDestinationTypeDeliveryDestinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryDestinationType[]DeliveryDestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliveryDestinationType Modifier and Type Method Description static Set<DeliveryDestinationType>DeliveryDestinationType. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliveryDestinationType Modifier and Type Method Description Delivery.BuilderDelivery.Builder. deliveryDestinationType(DeliveryDestinationType deliveryDestinationType)Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.DeliveryDestination.BuilderDeliveryDestination.Builder. deliveryDestinationType(DeliveryDestinationType deliveryDestinationType)Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
-