Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ResourceResolutionStatusType
-
Packages that use ResourceResolutionStatusType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ResourceResolutionStatusType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ResourceResolutionStatusType Modifier and Type Method Description static ResourceResolutionStatusTypeResourceResolutionStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceResolutionStatusTypeDescribeAppVersionResourcesResolutionStatusResponse. status()Status of the action.ResourceResolutionStatusTypeResolveAppVersionResourcesResponse. status()Status of the action.static ResourceResolutionStatusTypeResourceResolutionStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceResolutionStatusType[]ResourceResolutionStatusType. 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 ResourceResolutionStatusType Modifier and Type Method Description static Set<ResourceResolutionStatusType>ResourceResolutionStatusType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ResourceResolutionStatusType Modifier and Type Method Description DescribeAppVersionResourcesResolutionStatusResponse.BuilderDescribeAppVersionResourcesResolutionStatusResponse.Builder. status(ResourceResolutionStatusType status)Status of the action.ResolveAppVersionResourcesResponse.BuilderResolveAppVersionResourcesResponse.Builder. status(ResourceResolutionStatusType status)Status of the action.
-