| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration |
UpdateStateMachineRequest.loggingConfiguration()
The
LoggingConfiguration data type is used to set CloudWatch Logs options. |
LoggingConfiguration |
DescribeStateMachineResponse.loggingConfiguration()
Returns the value of the LoggingConfiguration property for this object.
|
LoggingConfiguration |
CreateStateMachineRequest.loggingConfiguration()
Defines what execution history events are logged and where they are logged.
|
LoggingConfiguration |
DescribeStateMachineForExecutionResponse.loggingConfiguration()
Returns the value of the LoggingConfiguration property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStateMachineRequest.Builder |
UpdateStateMachineRequest.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
The
LoggingConfiguration data type is used to set CloudWatch Logs options. |
DescribeStateMachineResponse.Builder |
DescribeStateMachineResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
Copyright © 2021. All rights reserved.