Uses of Class
software.amazon.awssdk.services.inspector2.model.State
-
Packages that use State Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of State in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return State Modifier and Type Method Description StateResourceState. ec2()An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.StateResourceState. ecr()An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.StateResourceState. lambda()Returns the value of the Lambda property for this object.StateResourceState. lambdaCode()Returns the value of the LambdaCode property for this object.StateAccountState. state()An object detailing the status of Amazon Inspector for the account.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type State Modifier and Type Method Description ResourceState.BuilderResourceState.Builder. ec2(State ec2)An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.ResourceState.BuilderResourceState.Builder. ecr(State ecr)An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.ResourceState.BuilderResourceState.Builder. lambda(State lambda)Sets the value of the Lambda property for this object.ResourceState.BuilderResourceState.Builder. lambdaCode(State lambdaCode)Sets the value of the LambdaCode property for this object.AccountState.BuilderAccountState.Builder. state(State state)An object detailing the status of Amazon Inspector for the account.
-