| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSharePermissionSummary |
CreatePermissionResponse.permission()
A structure with information about this customer managed permission.
|
ResourceSharePermissionSummary |
PromotePermissionCreatedFromPolicyResponse.permission()
Returns the value of the Permission property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSharePermissionSummary> |
ListPermissionVersionsResponse.permissions()
An array of objects that contain details for each of the available versions.
|
List<ResourceSharePermissionSummary> |
ListResourceSharePermissionsResponse.permissions()
An array of objects that describe the permissions associated with the resource share.
|
List<ResourceSharePermissionSummary> |
ListPermissionsResponse.permissions()
An array of objects with information about the permissions.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePermissionResponse.Builder |
CreatePermissionResponse.Builder.permission(ResourceSharePermissionSummary permission)
A structure with information about this customer managed permission.
|
PromotePermissionCreatedFromPolicyResponse.Builder |
PromotePermissionCreatedFromPolicyResponse.Builder.permission(ResourceSharePermissionSummary permission)
Sets the value of the Permission property for this object.
|
ListPermissionVersionsResponse.Builder |
ListPermissionVersionsResponse.Builder.permissions(ResourceSharePermissionSummary... permissions)
An array of objects that contain details for each of the available versions.
|
ListResourceSharePermissionsResponse.Builder |
ListResourceSharePermissionsResponse.Builder.permissions(ResourceSharePermissionSummary... permissions)
An array of objects that describe the permissions associated with the resource share.
|
ListPermissionsResponse.Builder |
ListPermissionsResponse.Builder.permissions(ResourceSharePermissionSummary... permissions)
An array of objects with information about the permissions.
|
| Modifier and Type | Method and Description |
|---|---|
ListPermissionVersionsResponse.Builder |
ListPermissionVersionsResponse.Builder.permissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects that contain details for each of the available versions.
|
ListResourceSharePermissionsResponse.Builder |
ListResourceSharePermissionsResponse.Builder.permissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects that describe the permissions associated with the resource share.
|
ListPermissionsResponse.Builder |
ListPermissionsResponse.Builder.permissions(Collection<ResourceSharePermissionSummary> permissions)
An array of objects with information about the permissions.
|
Copyright © 2023. All rights reserved.