| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanType |
ScanType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScanType |
RegistryScanningConfiguration.scanType()
The type of scanning configured for the registry.
|
ScanType |
PutRegistryScanningConfigurationRequest.scanType()
The scanning type to set for the registry.
|
static ScanType |
ScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanType[] |
ScanType.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<ScanType> |
ScanType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegistryScanningConfiguration.Builder |
RegistryScanningConfiguration.Builder.scanType(ScanType scanType)
The type of scanning configured for the registry.
|
PutRegistryScanningConfigurationRequest.Builder |
PutRegistryScanningConfigurationRequest.Builder.scanType(ScanType scanType)
The scanning type to set for the registry.
|
Copyright © 2023. All rights reserved.