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 DeliveryDestinationTypeConfigurationTemplate. deliveryDestinationType()A string specifying which destination type this configuration template applies to.DeliveryDestinationTypeDelivery. deliveryDestinationType()Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Firehose.DeliveryDestinationTypeDeliveryDestination. deliveryDestinationType()Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or 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 List<DeliveryDestinationType>DescribeConfigurationTemplatesRequest. deliveryDestinationTypes()Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.static Set<DeliveryDestinationType>DeliveryDestinationType. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliveryDestinationType Modifier and Type Method Description ConfigurationTemplate.BuilderConfigurationTemplate.Builder. deliveryDestinationType(DeliveryDestinationType deliveryDestinationType)A string specifying which destination type this configuration template applies to.Delivery.BuilderDelivery.Builder. deliveryDestinationType(DeliveryDestinationType deliveryDestinationType)Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Firehose.DeliveryDestination.BuilderDeliveryDestination.Builder. deliveryDestinationType(DeliveryDestinationType deliveryDestinationType)Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Firehose.DescribeConfigurationTemplatesRequest.BuilderDescribeConfigurationTemplatesRequest.Builder. deliveryDestinationTypes(DeliveryDestinationType... deliveryDestinationTypes)Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliveryDestinationType Modifier and Type Method Description DescribeConfigurationTemplatesRequest.BuilderDescribeConfigurationTemplatesRequest.Builder. deliveryDestinationTypes(Collection<DeliveryDestinationType> deliveryDestinationTypes)Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
-