| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPermissionsRequestEntry |
BatchPermissionsFailureEntry.requestEntry()
An identifier for an entry of the batch request.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPermissionsRequestEntry> |
BatchGrantPermissionsRequest.entries()
A list of up to 20 entries for resource permissions to be granted by batch operation to the principal.
|
List<BatchPermissionsRequestEntry> |
BatchRevokePermissionsRequest.entries()
A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGrantPermissionsRequest.Builder |
BatchGrantPermissionsRequest.Builder.entries(BatchPermissionsRequestEntry... entries)
A list of up to 20 entries for resource permissions to be granted by batch operation to the principal.
|
BatchRevokePermissionsRequest.Builder |
BatchRevokePermissionsRequest.Builder.entries(BatchPermissionsRequestEntry... entries)
A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.
|
BatchPermissionsFailureEntry.Builder |
BatchPermissionsFailureEntry.Builder.requestEntry(BatchPermissionsRequestEntry requestEntry)
An identifier for an entry of the batch request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGrantPermissionsRequest.Builder |
BatchGrantPermissionsRequest.Builder.entries(Collection<BatchPermissionsRequestEntry> entries)
A list of up to 20 entries for resource permissions to be granted by batch operation to the principal.
|
BatchRevokePermissionsRequest.Builder |
BatchRevokePermissionsRequest.Builder.entries(Collection<BatchPermissionsRequestEntry> entries)
A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.
|
Copyright © 2023. All rights reserved.