Uses of Interface
software.amazon.awssdk.services.securityhub.model.Workflow.Builder
-
Packages that use Workflow.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Workflow.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Workflow.Builder Modifier and Type Method Description static Workflow.BuilderWorkflow. builder()Workflow.BuilderWorkflow.Builder. status(String status)The status of the investigation into the finding.Workflow.BuilderWorkflow.Builder. status(WorkflowStatus status)The status of the investigation into the finding.Workflow.BuilderWorkflow. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Workflow.Builder Modifier and Type Method Description static Class<? extends Workflow.Builder>Workflow. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Workflow.Builder Modifier and Type Method Description default AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. workflow(Consumer<Workflow.Builder> workflow)Provides information about the status of the investigation into a finding.
-