| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
AssociatedPermission |
AssociatedPermission.clone() |
AssociatedPermission |
AssociatedPermission.withArn(String arn)
The Amazon Resource Name
(ARN) of the associated managed permission.
|
AssociatedPermission |
AssociatedPermission.withDefaultVersion(Boolean defaultVersion)
Indicates whether the associated resource share is using the default version of the permission.
|
AssociatedPermission |
AssociatedPermission.withFeatureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share.
|
AssociatedPermission |
AssociatedPermission.withFeatureSet(String featureSet)
Indicates what features are available for this resource share.
|
AssociatedPermission |
AssociatedPermission.withLastUpdatedTime(Date lastUpdatedTime)
The date and time when the association between the permission and the resource share was last updated.
|
AssociatedPermission |
AssociatedPermission.withPermissionVersion(String permissionVersion)
The version of the permission currently associated with the resource share.
|
AssociatedPermission |
AssociatedPermission.withResourceShareArn(String resourceShareArn)
The Amazon Resource Name
(ARN) of a resource share associated with this permission.
|
AssociatedPermission |
AssociatedPermission.withResourceType(String resourceType)
The resource type to which this permission applies.
|
AssociatedPermission |
AssociatedPermission.withStatus(String status)
The current status of the association between the permission and the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedPermission> |
ListPermissionAssociationsResult.getPermissions()
A structure with information about this customer managed permission.
|
| Modifier and Type | Method and Description |
|---|---|
ListPermissionAssociationsResult |
ListPermissionAssociationsResult.withPermissions(AssociatedPermission... permissions)
A structure with information about this customer managed permission.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPermissionAssociationsResult.setPermissions(Collection<AssociatedPermission> permissions)
A structure with information about this customer managed permission.
|
ListPermissionAssociationsResult |
ListPermissionAssociationsResult.withPermissions(Collection<AssociatedPermission> permissions)
A structure with information about this customer managed permission.
|
Copyright © 2024. All rights reserved.