Uses of Class
software.amazon.awssdk.services.workdocs.model.ShareStatusType
-
Packages that use ShareStatusType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of ShareStatusType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return ShareStatusType Modifier and Type Method Description static ShareStatusTypeShareStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShareStatusTypeShareResult. status()The status.static ShareStatusTypeShareStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareStatusType[]ShareStatusType. 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 ShareStatusType Modifier and Type Method Description static Set<ShareStatusType>ShareStatusType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type ShareStatusType Modifier and Type Method Description ShareResult.BuilderShareResult.Builder. status(ShareStatusType status)The status.
-