| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceImportStatusType |
ResourceImportStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceImportStatusType |
ImportResourcesToDraftAppVersionResponse.status()
The status of the action.
|
ResourceImportStatusType |
DescribeDraftAppVersionResourcesImportStatusResponse.status()
The status of the action.
|
static ResourceImportStatusType |
ResourceImportStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceImportStatusType[] |
ResourceImportStatusType.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<ResourceImportStatusType> |
ResourceImportStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImportResourcesToDraftAppVersionResponse.Builder |
ImportResourcesToDraftAppVersionResponse.Builder.status(ResourceImportStatusType status)
The status of the action.
|
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
DescribeDraftAppVersionResourcesImportStatusResponse.Builder.status(ResourceImportStatusType status)
The status of the action.
|
Copyright © 2023. All rights reserved.