Uses of Class
software.amazon.awssdk.services.pipes.model.IncludeExecutionDataOption
-
Packages that use IncludeExecutionDataOption Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of IncludeExecutionDataOption in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return IncludeExecutionDataOption Modifier and Type Method Description static IncludeExecutionDataOptionIncludeExecutionDataOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IncludeExecutionDataOptionIncludeExecutionDataOption. valueOf(String name)Returns the enum constant of this type with the specified name.static IncludeExecutionDataOption[]IncludeExecutionDataOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type IncludeExecutionDataOption Modifier and Type Method Description List<IncludeExecutionDataOption>PipeLogConfiguration. includeExecutionData()Whether the execution data (specifically, thepayload,awsRequest, andawsResponsefields) is included in the log messages for this pipe.List<IncludeExecutionDataOption>PipeLogConfigurationParameters. includeExecutionData()SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) in the log messages for this pipe.static Set<IncludeExecutionDataOption>IncludeExecutionDataOption. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type IncludeExecutionDataOption Modifier and Type Method Description PipeLogConfiguration.BuilderPipeLogConfiguration.Builder. includeExecutionData(IncludeExecutionDataOption... includeExecutionData)Whether the execution data (specifically, thepayload,awsRequest, andawsResponsefields) is included in the log messages for this pipe.PipeLogConfigurationParameters.BuilderPipeLogConfigurationParameters.Builder. includeExecutionData(IncludeExecutionDataOption... includeExecutionData)SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) in the log messages for this pipe.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type IncludeExecutionDataOption Modifier and Type Method Description PipeLogConfiguration.BuilderPipeLogConfiguration.Builder. includeExecutionData(Collection<IncludeExecutionDataOption> includeExecutionData)Whether the execution data (specifically, thepayload,awsRequest, andawsResponsefields) is included in the log messages for this pipe.PipeLogConfigurationParameters.BuilderPipeLogConfigurationParameters.Builder. includeExecutionData(Collection<IncludeExecutionDataOption> includeExecutionData)SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) in the log messages for this pipe.
-