| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.clone() |
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withArn(String arn)
The ARN of the permission.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withCreationTime(Date creationTime)
The date and time when the permission was created.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withDefaultVersion(Boolean defaultVersion)
The identifier for the version of the permission that is set as the default version.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withLastUpdatedTime(Date lastUpdatedTime)
The date and time when the permission was last updated.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withName(String name)
The name of the permission.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withResourceType(String resourceType)
The type of resource to which the permission applies.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withStatus(String status)
The current status of the permission.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withVersion(String version)
The identifier for the version of the permission.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSharePermissionSummary> |
ListResourceSharePermissionsResult.getPermissions()
The permissions associated with the resource share.
|
List<ResourceSharePermissionSummary> |
ListPermissionsResult.getPermissions()
Information about the permissions.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceSharePermissionsResult |
ListResourceSharePermissionsResult.withPermissions(ResourceSharePermissionSummary... permissions)
The permissions associated with the resource share.
|
ListPermissionsResult |
ListPermissionsResult.withPermissions(ResourceSharePermissionSummary... permissions)
Information about the permissions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceSharePermissionsResult.setPermissions(Collection<ResourceSharePermissionSummary> permissions)
The permissions associated with the resource share.
|
void |
ListPermissionsResult.setPermissions(Collection<ResourceSharePermissionSummary> permissions)
Information about the permissions.
|
ListResourceSharePermissionsResult |
ListResourceSharePermissionsResult.withPermissions(Collection<ResourceSharePermissionSummary> permissions)
The permissions associated with the resource share.
|
ListPermissionsResult |
ListPermissionsResult.withPermissions(Collection<ResourceSharePermissionSummary> permissions)
Information about the permissions.
|
Copyright © 2021. All rights reserved.