Uses of Class
software.amazon.awssdk.services.sfn.model.LogDestination
Packages that use LogDestination
-
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 LogDestinationModifier and TypeMethodDescriptionfinal 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 LogDestinationModifier and TypeMethodDescriptionLoggingConfiguration.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 LogDestinationModifier and TypeMethodDescriptionLoggingConfiguration.Builder.destinations(Collection<LogDestination> destinations) An array of objects that describes where your execution history events will be logged.