| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
State |
State.clone() |
State |
ResourceState.getEc2()
An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.
|
State |
ResourceState.getEcr()
An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.
|
State |
ResourceState.getLambda() |
State |
ResourceState.getLambdaCode() |
State |
AccountState.getState()
An object detailing the status of Amazon Inspector for the account.
|
State |
State.withErrorCode(ErrorCode errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
|
State |
State.withErrorCode(String errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
|
State |
State.withErrorMessage(String errorMessage)
The error message received when the account failed to enable Amazon Inspector.
|
State |
State.withStatus(Status status)
The status of Amazon Inspector for the account.
|
State |
State.withStatus(String status)
The status of Amazon Inspector for the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceState.setEc2(State ec2)
An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.
|
void |
ResourceState.setEcr(State ecr)
An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.
|
void |
ResourceState.setLambda(State lambda) |
void |
ResourceState.setLambdaCode(State lambdaCode) |
void |
AccountState.setState(State state)
An object detailing the status of Amazon Inspector for the account.
|
ResourceState |
ResourceState.withEc2(State ec2)
An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.
|
ResourceState |
ResourceState.withEcr(State ecr)
An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.
|
ResourceState |
ResourceState.withLambda(State lambda) |
ResourceState |
ResourceState.withLambdaCode(State lambdaCode) |
AccountState |
AccountState.withState(State state)
An object detailing the status of Amazon Inspector for the account.
|
Copyright © 2025. All rights reserved.