| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Status |
ResourceStatus.ec2()
The status of Amazon Inspector scanning for Amazon EC2 resources.
|
Status |
ResourceStatus.ecr()
The status of Amazon Inspector scanning for Amazon ECR resources.
|
static Status |
Status.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Status |
State.status()
The status of Amazon Inspector for the account.
|
Status |
Account.status()
The status of Amazon Inspector for the account.
|
Status |
FailedAccount.status()
The status of Amazon Inspector for the account.
|
static Status |
Status.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Status> |
Status.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus.Builder |
ResourceStatus.Builder.ec2(Status ec2)
The status of Amazon Inspector scanning for Amazon EC2 resources.
|
ResourceStatus.Builder |
ResourceStatus.Builder.ecr(Status ecr)
The status of Amazon Inspector scanning for Amazon ECR resources.
|
State.Builder |
State.Builder.status(Status status)
The status of Amazon Inspector for the account.
|
Account.Builder |
Account.Builder.status(Status status)
The status of Amazon Inspector for the account.
|
FailedAccount.Builder |
FailedAccount.Builder.status(Status status)
The status of Amazon Inspector for the account.
|
Copyright © 2022. All rights reserved.