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()An object that described the state of Amazon Inspector scans for an account.StateResourceState. lambdaCode()An object that described the state of Amazon Inspector scans for an account.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)An object that described the state of Amazon Inspector scans for an account.ResourceState.BuilderResourceState.Builder. lambdaCode(State lambdaCode)An object that described the state of Amazon Inspector scans for an account.AccountState.BuilderAccountState.Builder. state(State state)An object detailing the status of Amazon Inspector for the account.
-