Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ResourceItemStatus
-
Packages that use ResourceItemStatus Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of ResourceItemStatus in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ResourceItemStatus Modifier and Type Method Description static ResourceItemStatusResourceItemStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceItemStatusResourceItemStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceItemStatus[]ResourceItemStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ResourceItemStatus Modifier and Type Method Description static Set<ResourceItemStatus>ResourceItemStatus. knownValues()List<ResourceItemStatus>GetAssociatedResourceRequest. resourceTagStatus()States whether an application tag is applied, not applied, in the process of being applied, or skipped.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type ResourceItemStatus Modifier and Type Method Description GetAssociatedResourceRequest.BuilderGetAssociatedResourceRequest.Builder. resourceTagStatus(ResourceItemStatus... resourceTagStatus)States whether an application tag is applied, not applied, in the process of being applied, or skipped.Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type ResourceItemStatus Modifier and Type Method Description GetAssociatedResourceRequest.BuilderGetAssociatedResourceRequest.Builder. resourceTagStatus(Collection<ResourceItemStatus> resourceTagStatus)States whether an application tag is applied, not applied, in the process of being applied, or skipped.
-