Uses of Class
software.amazon.awssdk.services.inspector2.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Status in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Status Modifier and Type Method Description StatusResourceStatus. ec2()The status of Amazon Inspector scanning for Amazon EC2 resources.StatusFailedMemberAccountEc2DeepInspectionStatusState. ec2ScanStatus()The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.StatusResourceStatus. ecr()The status of Amazon Inspector scanning for Amazon ECR resources.static StatusStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusResourceStatus. lambda()The status of Amazon Inspector scanning for AWS Lambda function.StatusResourceStatus. lambdaCode()The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions.StatusAccount. status()The status of Amazon Inspector for the account.StatusFailedAccount. status()The status of Amazon Inspector for the account.StatusState. status()The status of Amazon Inspector for the account.static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Status Modifier and Type Method Description static Set<Status>Status. knownValues()Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Status Modifier and Type Method Description ResourceStatus.BuilderResourceStatus.Builder. ec2(Status ec2)The status of Amazon Inspector scanning for Amazon EC2 resources.FailedMemberAccountEc2DeepInspectionStatusState.BuilderFailedMemberAccountEc2DeepInspectionStatusState.Builder. ec2ScanStatus(Status ec2ScanStatus)The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.ResourceStatus.BuilderResourceStatus.Builder. ecr(Status ecr)The status of Amazon Inspector scanning for Amazon ECR resources.ResourceStatus.BuilderResourceStatus.Builder. lambda(Status lambda)The status of Amazon Inspector scanning for AWS Lambda function.ResourceStatus.BuilderResourceStatus.Builder. lambdaCode(Status lambdaCode)The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions.Account.BuilderAccount.Builder. status(Status status)The status of Amazon Inspector for the account.FailedAccount.BuilderFailedAccount.Builder. status(Status status)The status of Amazon Inspector for the account.State.BuilderState.Builder. status(Status status)The status of Amazon Inspector for the account.
-