Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ResourceImportStrategyType
-
Packages that use ResourceImportStrategyType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ResourceImportStrategyType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ResourceImportStrategyType Modifier and Type Method Description static ResourceImportStrategyTypeResourceImportStrategyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceImportStrategyTypeImportResourcesToDraftAppVersionRequest. importStrategy()The import strategy you would like to set to import resources into Resilience Hub application.static ResourceImportStrategyTypeResourceImportStrategyType. 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.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ResourceImportStrategyType Modifier and Type Method Description static Set<ResourceImportStrategyType>ResourceImportStrategyType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ResourceImportStrategyType Modifier and Type Method Description ImportResourcesToDraftAppVersionRequest.BuilderImportResourcesToDraftAppVersionRequest.Builder. importStrategy(ResourceImportStrategyType importStrategy)The import strategy you would like to set to import resources into Resilience Hub application.
-