Uses of Class
software.amazon.awssdk.services.inspector2.model.ResourceStatus
-
Packages that use ResourceStatus Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of ResourceStatus in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return ResourceStatus Modifier and Type Method Description ResourceStatusAccount. resourceStatus()Details of the status of Amazon Inspector scans by resource type.ResourceStatusFailedAccount. resourceStatus()An object detailing which resources Amazon Inspector is enabled to scan for the account.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type ResourceStatus Modifier and Type Method Description Account.BuilderAccount.Builder. resourceStatus(ResourceStatus resourceStatus)Details of the status of Amazon Inspector scans by resource type.FailedAccount.BuilderFailedAccount.Builder. resourceStatus(ResourceStatus resourceStatus)An object detailing which resources Amazon Inspector is enabled to scan for the account.
-