Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ResourceImportStatusType
-
Packages that use ResourceImportStatusType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ResourceImportStatusType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ResourceImportStatusType Modifier and Type Method Description static ResourceImportStatusTypeResourceImportStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceImportStatusTypeDescribeDraftAppVersionResourcesImportStatusResponse. status()Status of the action.ResourceImportStatusTypeImportResourcesToDraftAppVersionResponse. status()Status of the action.static ResourceImportStatusTypeResourceImportStatusType. 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.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ResourceImportStatusType Modifier and Type Method Description static Set<ResourceImportStatusType>ResourceImportStatusType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ResourceImportStatusType Modifier and Type Method Description DescribeDraftAppVersionResourcesImportStatusResponse.BuilderDescribeDraftAppVersionResourcesImportStatusResponse.Builder. status(ResourceImportStatusType status)Status of the action.ImportResourcesToDraftAppVersionResponse.BuilderImportResourcesToDraftAppVersionResponse.Builder. status(ResourceImportStatusType status)Status of the action.
-