| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static EcrRescanDuration |
EcrRescanDuration.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EcrRescanDuration |
EcrConfiguration.rescanDuration()
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector.
|
EcrRescanDuration |
EcrRescanDurationState.rescanDuration()
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector.
|
static EcrRescanDuration |
EcrRescanDuration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcrRescanDuration[] |
EcrRescanDuration.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<EcrRescanDuration> |
EcrRescanDuration.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EcrConfiguration.Builder |
EcrConfiguration.Builder.rescanDuration(EcrRescanDuration rescanDuration)
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector.
|
EcrRescanDurationState.Builder |
EcrRescanDurationState.Builder.rescanDuration(EcrRescanDuration rescanDuration)
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector.
|
Copyright © 2022. All rights reserved.