Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
LoggingConfiguration |
LoggingConfiguration.clone() |
LoggingConfiguration |
DescribeStateMachineForExecutionResult.getLoggingConfiguration() |
LoggingConfiguration |
CreateStateMachineRequest.getLoggingConfiguration()
Defines what execution history events are logged and where they are logged.
|
LoggingConfiguration |
UpdateStateMachineRequest.getLoggingConfiguration()
The
LoggingConfiguration data type is used to set CloudWatch Logs options. |
LoggingConfiguration |
DescribeStateMachineResult.getLoggingConfiguration() |
LoggingConfiguration |
LoggingConfiguration.withDestinations(Collection<LogDestination> destinations)
An array of objects that describes where your execution history events will be logged.
|
LoggingConfiguration |
LoggingConfiguration.withDestinations(LogDestination... destinations)
An array of objects that describes where your execution history events will be logged.
|
LoggingConfiguration |
LoggingConfiguration.withIncludeExecutionData(Boolean includeExecutionData)
Determines whether execution data is included in your log.
|
LoggingConfiguration |
LoggingConfiguration.withLevel(LogLevel level)
Defines which category of execution history events are logged.
|
LoggingConfiguration |
LoggingConfiguration.withLevel(String level)
Defines which category of execution history events are logged.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStateMachineForExecutionResult.setLoggingConfiguration(LoggingConfiguration loggingConfiguration) |
void |
CreateStateMachineRequest.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
void |
UpdateStateMachineRequest.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The
LoggingConfiguration data type is used to set CloudWatch Logs options. |
void |
DescribeStateMachineResult.setLoggingConfiguration(LoggingConfiguration loggingConfiguration) |
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.withLoggingConfiguration(LoggingConfiguration loggingConfiguration) |
CreateStateMachineRequest |
CreateStateMachineRequest.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
UpdateStateMachineRequest |
UpdateStateMachineRequest.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The
LoggingConfiguration data type is used to set CloudWatch Logs options. |
DescribeStateMachineResult |
DescribeStateMachineResult.withLoggingConfiguration(LoggingConfiguration loggingConfiguration) |
Copyright © 2020. All rights reserved.