Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.LogDestination
-
Packages that use LogDestination Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of LogDestination in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type LogDestination Modifier and Type Method Description List<LogDestination>LoggingConfiguration. destinations()A list of the locations where SimSpace Weaver sends simulation log data.Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type LogDestination Modifier and Type Method Description LoggingConfiguration.BuilderLoggingConfiguration.Builder. destinations(LogDestination... destinations)A list of the locations where SimSpace Weaver sends simulation log data.Method parameters in software.amazon.awssdk.services.simspaceweaver.model with type arguments of type LogDestination Modifier and Type Method Description LoggingConfiguration.BuilderLoggingConfiguration.Builder. destinations(Collection<LogDestination> destinations)A list of the locations where SimSpace Weaver sends simulation log data.
-