Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OutputFormatDeliveryDestination.outputFormat()The format of the logs that are sent to this delivery destination.final OutputFormatPutDeliveryDestinationRequest.outputFormat()The format for the logs that this delivery destination will receive.static OutputFormatReturns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat.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 OutputFormatModifier and TypeMethodDescriptionfinal List<OutputFormat>ConfigurationTemplate.allowedOutputFormats()The list of delivery destination output formats that are supported by this log source.static Set<OutputFormat>OutputFormat.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type OutputFormatModifier and TypeMethodDescriptionConfigurationTemplate.Builder.allowedOutputFormats(OutputFormat... allowedOutputFormats) The list of delivery destination output formats that are supported by this log source.DeliveryDestination.Builder.outputFormat(OutputFormat outputFormat) The format of the logs that are sent to this delivery destination.PutDeliveryDestinationRequest.Builder.outputFormat(OutputFormat outputFormat) The format for the logs that this delivery destination will receive.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type OutputFormatModifier and TypeMethodDescriptionConfigurationTemplate.Builder.allowedOutputFormats(Collection<OutputFormat> allowedOutputFormats) The list of delivery destination output formats that are supported by this log source.