| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanFrequency |
ScanFrequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScanFrequency |
RegistryScanningRule.scanFrequency()
The frequency that scans are performed at for a private registry.
|
ScanFrequency |
RepositoryScanningConfiguration.scanFrequency()
The scan frequency for the repository.
|
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 |
|---|---|
static Set<ScanFrequency> |
ScanFrequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegistryScanningRule.Builder |
RegistryScanningRule.Builder.scanFrequency(ScanFrequency scanFrequency)
The frequency that scans are performed at for a private registry.
|
RepositoryScanningConfiguration.Builder |
RepositoryScanningConfiguration.Builder.scanFrequency(ScanFrequency scanFrequency)
The scan frequency for the repository.
|
Copyright © 2023. All rights reserved.