Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
LogDestination |
LogDestination.clone() |
LogDestination |
LogDestination.withCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
An object describing a CloudWatch log group.
|
Modifier and Type | Method and Description |
---|---|
List<LogDestination> |
LoggingConfiguration.getDestinations()
An array of objects that describes where your execution history events will be logged.
|
Modifier and Type | Method and Description |
---|---|
LoggingConfiguration |
LoggingConfiguration.withDestinations(LogDestination... destinations)
An array of objects that describes where your execution history events will be logged.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingConfiguration.setDestinations(Collection<LogDestination> destinations)
An array of objects that describes where your execution history events will be logged.
|
LoggingConfiguration |
LoggingConfiguration.withDestinations(Collection<LogDestination> destinations)
An array of objects that describes where your execution history events will be logged.
|
Copyright © 2024. All rights reserved.