| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanFrequency |
ScanFrequency.fromValue(String value)
Use this in place of valueOf.
|
static ScanFrequency |
ScanFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanFrequency[] |
ScanFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryScanningConfiguration |
RepositoryScanningConfiguration.withScanFrequency(ScanFrequency scanFrequency)
The scan frequency for the repository.
|
RegistryScanningRule |
RegistryScanningRule.withScanFrequency(ScanFrequency scanFrequency)
The frequency that scans are performed at for a private registry.
|
Copyright © 2022. All rights reserved.