| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceScanType |
ResourceScanType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ResourceScanType |
ResourceScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceScanType[] |
ResourceScanType.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<ResourceScanType> |
ResourceScanType.knownValues()
|
List<ResourceScanType> |
EnableRequest.resourceTypes()
The resource scan types you want to enable.
|
List<ResourceScanType> |
DisableRequest.resourceTypes()
The resource scan types you want to disable.
|
| Modifier and Type | Method and Description |
|---|---|
EnableRequest.Builder |
EnableRequest.Builder.resourceTypes(ResourceScanType... resourceTypes)
The resource scan types you want to enable.
|
DisableRequest.Builder |
DisableRequest.Builder.resourceTypes(ResourceScanType... resourceTypes)
The resource scan types you want to disable.
|
| Modifier and Type | Method and Description |
|---|---|
EnableRequest.Builder |
EnableRequest.Builder.resourceTypes(Collection<ResourceScanType> resourceTypes)
The resource scan types you want to enable.
|
DisableRequest.Builder |
DisableRequest.Builder.resourceTypes(Collection<ResourceScanType> resourceTypes)
The resource scan types you want to disable.
|
Copyright © 2022. All rights reserved.