| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
static IncludeExecutionDataOption |
IncludeExecutionDataOption.fromValue(String value)
Use this in place of valueOf.
|
static IncludeExecutionDataOption |
IncludeExecutionDataOption.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.
|
| Modifier and Type | Method and Description |
|---|---|
PipeLogConfiguration |
PipeLogConfiguration.withIncludeExecutionData(IncludeExecutionDataOption... includeExecutionData)
Whether the execution data (specifically, the
payload, awsRequest, and
awsResponse fields) is included in the log messages for this pipe. |
PipeLogConfigurationParameters |
PipeLogConfigurationParameters.withIncludeExecutionData(IncludeExecutionDataOption... includeExecutionData)
Specify
ON to include the execution data (specifically, the payload and
awsRequest fields) in the log messages for this pipe. |
Copyright © 2023. All rights reserved.