Uses of Class
software.amazon.awssdk.services.sfn.model.LogDestination
-
Packages that use LogDestination Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of LogDestination in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type LogDestination Modifier and Type Method Description List<LogDestination>LoggingConfiguration. destinations()An array of objects that describes where your execution history events will be logged.Methods in software.amazon.awssdk.services.sfn.model with parameters of type LogDestination Modifier and Type Method Description LoggingConfiguration.BuilderLoggingConfiguration.Builder. destinations(LogDestination... destinations)An array of objects that describes where your execution history events will be logged.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type LogDestination Modifier and Type Method Description LoggingConfiguration.BuilderLoggingConfiguration.Builder. destinations(Collection<LogDestination> destinations)An array of objects that describes where your execution history events will be logged.
-