| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
PermissionFeatureSet |
ResourceSharePermissionDetail.featureSet()
Indicates what features are available for this resource share.
|
PermissionFeatureSet |
AssociatedPermission.featureSet()
Indicates what features are available for this resource share.
|
PermissionFeatureSet |
ResourceSharePermissionSummary.featureSet()
Indicates what features are available for this resource share.
|
PermissionFeatureSet |
ListPermissionAssociationsRequest.featureSet()
Specifies that you want to list only those associations with resource shares that have a
featureSet
with this value. |
static PermissionFeatureSet |
PermissionFeatureSet.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<PermissionFeatureSet> |
PermissionFeatureSet.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSharePermissionDetail.Builder |
ResourceSharePermissionDetail.Builder.featureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share.
|
AssociatedPermission.Builder |
AssociatedPermission.Builder.featureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share.
|
ResourceSharePermissionSummary.Builder |
ResourceSharePermissionSummary.Builder.featureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share.
|
ListPermissionAssociationsRequest.Builder |
ListPermissionAssociationsRequest.Builder.featureSet(PermissionFeatureSet featureSet)
Specifies that you want to list only those associations with resource shares that have a
featureSet with this value. |
Copyright © 2023. All rights reserved.