Uses of Class
software.amazon.awssdk.services.sfn.model.ValidateStateMachineDefinitionDiagnostic
Packages that use ValidateStateMachineDefinitionDiagnostic
-
Uses of ValidateStateMachineDefinitionDiagnostic in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ValidateStateMachineDefinitionDiagnosticModifier and TypeMethodDescriptionValidateStateMachineDefinitionResponse.diagnostics()An array of diagnostic errors and warnings found during validation of the state machine definition.Methods in software.amazon.awssdk.services.sfn.model with parameters of type ValidateStateMachineDefinitionDiagnosticModifier and TypeMethodDescriptionValidateStateMachineDefinitionResponse.Builder.diagnostics(ValidateStateMachineDefinitionDiagnostic... diagnostics) An array of diagnostic errors and warnings found during validation of the state machine definition.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ValidateStateMachineDefinitionDiagnosticModifier and TypeMethodDescriptionValidateStateMachineDefinitionResponse.Builder.diagnostics(Collection<ValidateStateMachineDefinitionDiagnostic> diagnostics) An array of diagnostic errors and warnings found during validation of the state machine definition.