| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceImportStrategyType |
ResourceImportStrategyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceImportStrategyType |
ImportResourcesToDraftAppVersionRequest.importStrategy()
The import strategy you would like to set to import resources into Resilience Hub application.
|
static ResourceImportStrategyType |
ResourceImportStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceImportStrategyType[] |
ResourceImportStrategyType.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<ResourceImportStrategyType> |
ResourceImportStrategyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImportResourcesToDraftAppVersionRequest.Builder |
ImportResourcesToDraftAppVersionRequest.Builder.importStrategy(ResourceImportStrategyType importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
|
Copyright © 2023. All rights reserved.