Uses of Class
software.amazon.awssdk.services.ram.model.ResourceShareFeatureSet
-
Packages that use ResourceShareFeatureSet Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ResourceShareFeatureSet in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShareFeatureSet Modifier and Type Method Description ResourceShareFeatureSetResourceShare. featureSet()Indicates what features are available for this resource share.static ResourceShareFeatureSetResourceShareFeatureSet. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceShareFeatureSetResourceShareFeatureSet. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceShareFeatureSet[]ResourceShareFeatureSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceShareFeatureSet Modifier and Type Method Description static Set<ResourceShareFeatureSet>ResourceShareFeatureSet. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareFeatureSet Modifier and Type Method Description ResourceShare.BuilderResourceShare.Builder. featureSet(ResourceShareFeatureSet featureSet)Indicates what features are available for this resource share.
-