Uses of Class
software.amazon.awssdk.services.qapps.model.LibraryItemStatus
-
Packages that use LibraryItemStatus Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of LibraryItemStatus in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return LibraryItemStatus Modifier and Type Method Description static LibraryItemStatusLibraryItemStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LibraryItemStatusUpdateLibraryItemRequest. status()The new status to set for the library item, such as "Published" or "Hidden".static LibraryItemStatusLibraryItemStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LibraryItemStatus[]LibraryItemStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type LibraryItemStatus Modifier and Type Method Description static Set<LibraryItemStatus>LibraryItemStatus. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type LibraryItemStatus Modifier and Type Method Description UpdateLibraryItemRequest.BuilderUpdateLibraryItemRequest.Builder. status(LibraryItemStatus status)The new status to set for the library item, such as "Published" or "Hidden".
-