| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.clone() |
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withArn(String arn)
The Amazon Resoure Name
(ARN) of the permission you want information about.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withCreationTime(Date creationTime)
The date and time when the permission was created.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withDefaultVersion(Boolean defaultVersion)
Specifies whether the version of the permission represented in this structure is the default version for this
permission.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withIsResourceTypeDefault(Boolean isResourceTypeDefault)
Specifies whether the version of the permission represented in this structure is the default version for all
resources of this resource type.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withLastUpdatedTime(Date lastUpdatedTime)
The date and time when the permission was last updated.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withName(String name)
The name of this permission.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withResourceType(String resourceType)
The type of resource to which this permission applies.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withStatus(String status)
The current status of the permission.
|
ResourceSharePermissionSummary |
ResourceSharePermissionSummary.withVersion(String version)
The version of the permission represented in this structure.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSharePermissionSummary> |
ListResourceSharePermissionsResult.getPermissions()
An array of objects that describe the permissions associated with the resource share.
|
List<ResourceSharePermissionSummary> |
ListPermissionsResult.getPermissions()
An array of objects with information about the permissions.
|
List<ResourceSharePermissionSummary> |
ListPermissionVersionsResult.getPermissions()
An array of objects that contain details for each of the available versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceSharePermissionsResult |
ListResourceSharePermissionsResult.withPermissions(ResourceSharePermissionSummary... permissions)
An array of objects that describe the permissions associated with the resource share.
|
ListPermissionsResult |
ListPermissionsResult.withPermissions(ResourceSharePermissionSummary... permissions)
An array of objects with information about the permissions.
|
ListPermissionVersionsResult |
ListPermissionVersionsResult.withPermissions(ResourceSharePermissionSummary... permissions)
An array of objects that contain details for each of the available versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceSharePermissionsResult.setPermissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects that describe the permissions associated with the resource share.
|
void |
ListPermissionsResult.setPermissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects with information about the permissions.
|
void |
ListPermissionVersionsResult.setPermissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects that contain details for each of the available versions.
|
ListResourceSharePermissionsResult |
ListResourceSharePermissionsResult.withPermissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects that describe the permissions associated with the resource share.
|
ListPermissionsResult |
ListPermissionsResult.withPermissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects with information about the permissions.
|
ListPermissionVersionsResult |
ListPermissionVersionsResult.withPermissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects that contain details for each of the available versions.
|
Copyright © 2023. All rights reserved.