| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
ResourceStatus.clone() |
ResourceStatus |
Account.getResourceStatus()
Details of the status of Amazon Inspector scans by resource type.
|
ResourceStatus |
FailedAccount.getResourceStatus()
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
ResourceStatus |
ResourceStatus.withEc2(Status ec2)
The status of Amazon Inspector scanning for Amazon EC2 resources.
|
ResourceStatus |
ResourceStatus.withEc2(String ec2)
The status of Amazon Inspector scanning for Amazon EC2 resources.
|
ResourceStatus |
ResourceStatus.withEcr(Status ecr)
The status of Amazon Inspector scanning for Amazon ECR resources.
|
ResourceStatus |
ResourceStatus.withEcr(String ecr)
The status of Amazon Inspector scanning for Amazon ECR resources.
|
ResourceStatus |
ResourceStatus.withLambda(Status lambda)
The status of Amazon Inspector scanning for AWS Lambda function resources.
|
ResourceStatus |
ResourceStatus.withLambda(String lambda)
The status of Amazon Inspector scanning for AWS Lambda function resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setResourceStatus(ResourceStatus resourceStatus)
Details of the status of Amazon Inspector scans by resource type.
|
void |
FailedAccount.setResourceStatus(ResourceStatus resourceStatus)
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
Account |
Account.withResourceStatus(ResourceStatus resourceStatus)
Details of the status of Amazon Inspector scans by resource type.
|
FailedAccount |
FailedAccount.withResourceStatus(ResourceStatus resourceStatus)
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
Copyright © 2023. All rights reserved.