| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static PermissionFeatureSet |
PermissionFeatureSet.fromValue(String value)
Use this in place of valueOf.
|
static PermissionFeatureSet |
PermissionFeatureSet.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.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withFeatureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share.
|
ListPermissionAssociationsRequest |
ListPermissionAssociationsRequest.withFeatureSet(PermissionFeatureSet featureSet)
Specifies that you want to list only those associations with resource shares that have a
featureSet
with this value. |
AssociatedPermission |
AssociatedPermission.withFeatureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withFeatureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share.
|
Copyright © 2023. All rights reserved.