Uses of Class
software.amazon.awssdk.services.workdocs.model.ResponseItemType
-
Packages that use ResponseItemType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of ResponseItemType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return ResponseItemType Modifier and Type Method Description static ResponseItemTypeResponseItemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResponseItemTypeResponseItem. resourceType()The type of item being returned.static ResponseItemTypeResponseItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseItemType[]ResponseItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type ResponseItemType Modifier and Type Method Description static Set<ResponseItemType>ResponseItemType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type ResponseItemType Modifier and Type Method Description ResponseItem.BuilderResponseItem.Builder. resourceType(ResponseItemType resourceType)The type of item being returned.
-