Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Processor
Packages that use Processor
-
Uses of Processor in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ProcessorModifier and TypeMethodDescriptionGetTransformerResponse.transformerConfig()This sructure contains the configuration of the requested transformer.PutTransformerRequest.transformerConfig()This structure contains the configuration of this log transformer.TestTransformerRequest.transformerConfig()This structure contains the configuration of this log transformer that you want to test.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ProcessorModifier and TypeMethodDescriptionGetTransformerResponse.Builder.transformerConfig(Processor... transformerConfig) This sructure contains the configuration of the requested transformer.PutTransformerRequest.Builder.transformerConfig(Processor... transformerConfig) This structure contains the configuration of this log transformer.TestTransformerRequest.Builder.transformerConfig(Processor... transformerConfig) This structure contains the configuration of this log transformer that you want to test.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ProcessorModifier and TypeMethodDescriptionGetTransformerResponse.Builder.transformerConfig(Collection<Processor> transformerConfig) This sructure contains the configuration of the requested transformer.PutTransformerRequest.Builder.transformerConfig(Collection<Processor> transformerConfig) This structure contains the configuration of this log transformer.TestTransformerRequest.Builder.transformerConfig(Collection<Processor> transformerConfig) This structure contains the configuration of this log transformer that you want to test.