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