Uses of Class
software.amazon.awssdk.services.ram.model.PermissionFeatureSet
-
Packages that use PermissionFeatureSet Package Description software.amazon.awssdk.services.ram.model -
-
Uses of PermissionFeatureSet in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return PermissionFeatureSet Modifier and Type Method Description PermissionFeatureSetAssociatedPermission. featureSet()Indicates what features are available for this resource share.PermissionFeatureSetListPermissionAssociationsRequest. featureSet()Specifies that you want to list only those associations with resource shares that have afeatureSetwith this value.PermissionFeatureSetResourceSharePermissionDetail. featureSet()Indicates what features are available for this resource share.PermissionFeatureSetResourceSharePermissionSummary. featureSet()Indicates what features are available for this resource share.static PermissionFeatureSetPermissionFeatureSet. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PermissionFeatureSetPermissionFeatureSet. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionFeatureSet[]PermissionFeatureSet. 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 PermissionFeatureSet Modifier and Type Method Description static Set<PermissionFeatureSet>PermissionFeatureSet. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type PermissionFeatureSet Modifier and Type Method Description AssociatedPermission.BuilderAssociatedPermission.Builder. featureSet(PermissionFeatureSet featureSet)Indicates what features are available for this resource share.ListPermissionAssociationsRequest.BuilderListPermissionAssociationsRequest.Builder. featureSet(PermissionFeatureSet featureSet)Specifies that you want to list only those associations with resource shares that have afeatureSetwith this value.ResourceSharePermissionDetail.BuilderResourceSharePermissionDetail.Builder. featureSet(PermissionFeatureSet featureSet)Indicates what features are available for this resource share.ResourceSharePermissionSummary.BuilderResourceSharePermissionSummary.Builder. featureSet(PermissionFeatureSet featureSet)Indicates what features are available for this resource share.
-