| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.clone() |
ResourceSharePermissionDetail |
CreatePermissionVersionResult.getPermission() |
ResourceSharePermissionDetail |
GetPermissionResult.getPermission()
An object with details about the permission.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withArn(String arn)
The Amazon Resource Name
(ARN) of this RAM managed permission.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withCreationTime(Date creationTime)
The date and time when the permission was created.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withDefaultVersion(Boolean defaultVersion)
Specifies whether the version of the permission represented in this response is the default version for this
permission.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withFeatureSet(PermissionFeatureSet featureSet)
Indicates what features are available for this resource share.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withFeatureSet(String featureSet)
Indicates what features are available for this resource share.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withIsResourceTypeDefault(Boolean isResourceTypeDefault)
Specifies whether the version of the permission represented in this response is the default version for all
resources of this resource type.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withLastUpdatedTime(Date lastUpdatedTime)
The date and time when the permission was last updated.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withName(String name)
The name of this permission.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withPermission(String permission)
The permission's effect and actions in JSON format.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withPermissionType(PermissionType permissionType)
The type of managed permission.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withPermissionType(String permissionType)
The type of managed permission.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withResourceType(String resourceType)
The resource type to which this permission applies.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withStatus(PermissionStatus status)
The current status of the association between the permission and the resource share.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withStatus(String status)
The current status of the association between the permission and the resource share.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withTags(Collection<Tag> tags)
The tag key and value pairs attached to the resource share.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withTags(Tag... tags)
The tag key and value pairs attached to the resource share.
|
ResourceSharePermissionDetail |
ResourceSharePermissionDetail.withVersion(String version)
The version of the permission described in this response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePermissionVersionResult.setPermission(ResourceSharePermissionDetail permission) |
void |
GetPermissionResult.setPermission(ResourceSharePermissionDetail permission)
An object with details about the permission.
|
CreatePermissionVersionResult |
CreatePermissionVersionResult.withPermission(ResourceSharePermissionDetail permission) |
GetPermissionResult |
GetPermissionResult.withPermission(ResourceSharePermissionDetail permission)
An object with details about the permission.
|
Copyright © 2023. All rights reserved.