Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestinationType
Packages that use DeliveryDestinationType
-
Uses of DeliveryDestinationType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryDestinationTypeModifier and TypeMethodDescriptionfinal DeliveryDestinationTypeConfigurationTemplate.deliveryDestinationType()A string specifying which destination type this configuration template applies to.final DeliveryDestinationTypeDelivery.deliveryDestinationType()Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.final DeliveryDestinationTypeDeliveryDestination.deliveryDestinationType()Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.final DeliveryDestinationTypePutDeliveryDestinationRequest.deliveryDestinationType()The type of delivery destination.static DeliveryDestinationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeliveryDestinationTypeReturns 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 DeliveryDestinationTypeModifier and TypeMethodDescriptionfinal 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 DeliveryDestinationTypeModifier and TypeMethodDescriptionConfigurationTemplate.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) A string specifying which destination type this configuration template applies to.Delivery.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.DeliveryDestination.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.PutDeliveryDestinationRequest.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) The type of delivery destination.DescribeConfigurationTemplatesRequest.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 DeliveryDestinationTypeModifier and TypeMethodDescriptionDescribeConfigurationTemplatesRequest.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.