| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static Ec2DeepInspectionStatus |
Ec2DeepInspectionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Ec2DeepInspectionStatus |
UpdateEc2DeepInspectionConfigurationResponse.status()
The status of Amazon Inspector deep inspection in your account.
|
Ec2DeepInspectionStatus |
MemberAccountEc2DeepInspectionStatusState.status()
The state of Amazon Inspector deep inspection in the member account.
|
Ec2DeepInspectionStatus |
GetEc2DeepInspectionConfigurationResponse.status()
The activation status of Amazon Inspector deep inspection in your account.
|
static Ec2DeepInspectionStatus |
Ec2DeepInspectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ec2DeepInspectionStatus[] |
Ec2DeepInspectionStatus.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<Ec2DeepInspectionStatus> |
Ec2DeepInspectionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEc2DeepInspectionConfigurationResponse.Builder |
UpdateEc2DeepInspectionConfigurationResponse.Builder.status(Ec2DeepInspectionStatus status)
The status of Amazon Inspector deep inspection in your account.
|
MemberAccountEc2DeepInspectionStatusState.Builder |
MemberAccountEc2DeepInspectionStatusState.Builder.status(Ec2DeepInspectionStatus status)
The state of Amazon Inspector deep inspection in the member account.
|
GetEc2DeepInspectionConfigurationResponse.Builder |
GetEc2DeepInspectionConfigurationResponse.Builder.status(Ec2DeepInspectionStatus status)
The activation status of Amazon Inspector deep inspection in your account.
|
Copyright © 2023. All rights reserved.