Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ApplicationTagStatus
-
Packages that use ApplicationTagStatus Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of ApplicationTagStatus in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ApplicationTagStatus Modifier and Type Method Description ApplicationTagStatusApplicationTagResult. applicationTagStatus()The application tag is in the process of being applied to a resource, was successfully applied to a resource, or failed to apply to a resource.static ApplicationTagStatusApplicationTagStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApplicationTagStatusApplicationTagStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationTagStatus[]ApplicationTagStatus. 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 ApplicationTagStatus Modifier and Type Method Description static Set<ApplicationTagStatus>ApplicationTagStatus. knownValues()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type ApplicationTagStatus Modifier and Type Method Description ApplicationTagResult.BuilderApplicationTagResult.Builder. applicationTagStatus(ApplicationTagStatus applicationTagStatus)The application tag is in the process of being applied to a resource, was successfully applied to a resource, or failed to apply to a resource.
-