Uses of Class
software.amazon.awssdk.services.omics.model.ShareResourceType
-
Packages that use ShareResourceType Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ShareResourceType in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ShareResourceType Modifier and Type Method Description static ShareResourceTypeShareResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ShareResourceTypeShareResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareResourceType[]ShareResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type ShareResourceType Modifier and Type Method Description static Set<ShareResourceType>ShareResourceType. knownValues()List<ShareResourceType>Filter. type()The type of resources to be filtered.Methods in software.amazon.awssdk.services.omics.model with parameters of type ShareResourceType Modifier and Type Method Description Filter.BuilderFilter.Builder. type(ShareResourceType... type)The type of resources to be filtered.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type ShareResourceType Modifier and Type Method Description Filter.BuilderFilter.Builder. type(Collection<ShareResourceType> type)The type of resources to be filtered.
-