Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Processor
-
Packages that use Processor Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 Processor Modifier and Type Method Description List<Processor>GetTransformerResponse. transformerConfig()This sructure contains the configuration of the requested transformer.List<Processor>PutTransformerRequest. transformerConfig()This structure contains the configuration of this log transformer.List<Processor>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 Processor Modifier and Type Method Description GetTransformerResponse.BuilderGetTransformerResponse.Builder. transformerConfig(Processor... transformerConfig)This sructure contains the configuration of the requested transformer.PutTransformerRequest.BuilderPutTransformerRequest.Builder. transformerConfig(Processor... transformerConfig)This structure contains the configuration of this log transformer.TestTransformerRequest.BuilderTestTransformerRequest.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 Processor Modifier and Type Method Description GetTransformerResponse.BuilderGetTransformerResponse.Builder. transformerConfig(Collection<Processor> transformerConfig)This sructure contains the configuration of the requested transformer.PutTransformerRequest.BuilderPutTransformerRequest.Builder. transformerConfig(Collection<Processor> transformerConfig)This structure contains the configuration of this log transformer.TestTransformerRequest.BuilderTestTransformerRequest.Builder. transformerConfig(Collection<Processor> transformerConfig)This structure contains the configuration of this log transformer that you want to test.
-