| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static PreviewStatus |
PreviewStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PreviewStatus |
GetExclusionsPreviewResponse.previewStatus()
Specifies the status of the request to generate an exclusions preview.
|
static PreviewStatus |
PreviewStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewStatus[] |
PreviewStatus.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<PreviewStatus> |
PreviewStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetExclusionsPreviewResponse.Builder |
GetExclusionsPreviewResponse.Builder.previewStatus(PreviewStatus previewStatus)
Specifies the status of the request to generate an exclusions preview.
|
Copyright © 2023. All rights reserved.