Uses of Enum
software.amazon.awssdk.services.ram.model.PermissionFeatureSet
Packages that use PermissionFeatureSet
-
Uses of PermissionFeatureSet in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return PermissionFeatureSetModifier and TypeMethodDescriptionfinal PermissionFeatureSetAssociatedPermission.featureSet()Indicates what features are available for this resource share.final PermissionFeatureSetListPermissionAssociationsRequest.featureSet()Specifies that you want to list only those associations with resource shares that have afeatureSetwith this value.final PermissionFeatureSetResourceSharePermissionDetail.featureSet()Indicates what features are available for this resource share.final PermissionFeatureSetResourceSharePermissionSummary.featureSet()Indicates what features are available for this resource share.static PermissionFeatureSetUse this in place of valueOf to convert the raw string returned by the service into the enum value.static PermissionFeatureSetReturns 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 PermissionFeatureSetModifier and TypeMethodDescriptionstatic Set<PermissionFeatureSet>PermissionFeatureSet.knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type PermissionFeatureSetModifier and TypeMethodDescriptionAssociatedPermission.Builder.featureSet(PermissionFeatureSet featureSet) Indicates what features are available for this resource share.ListPermissionAssociationsRequest.Builder.featureSet(PermissionFeatureSet featureSet) Specifies that you want to list only those associations with resource shares that have afeatureSetwith this value.ResourceSharePermissionDetail.Builder.featureSet(PermissionFeatureSet featureSet) Indicates what features are available for this resource share.ResourceSharePermissionSummary.Builder.featureSet(PermissionFeatureSet featureSet) Indicates what features are available for this resource share.