Uses of Class
software.amazon.awssdk.services.lakeformation.model.BatchPermissionsRequestEntry
-
Packages that use BatchPermissionsRequestEntry Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of BatchPermissionsRequestEntry in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return BatchPermissionsRequestEntry Modifier and Type Method Description BatchPermissionsRequestEntryBatchPermissionsFailureEntry. requestEntry()An identifier for an entry of the batch request.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type BatchPermissionsRequestEntry Modifier and Type Method 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.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type BatchPermissionsRequestEntry Modifier and Type Method Description BatchGrantPermissionsRequest.BuilderBatchGrantPermissionsRequest.Builder. entries(BatchPermissionsRequestEntry... entries)A list of up to 20 entries for resource permissions to be granted by batch operation to the principal.BatchRevokePermissionsRequest.BuilderBatchRevokePermissionsRequest.Builder. entries(BatchPermissionsRequestEntry... entries)A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.BatchPermissionsFailureEntry.BuilderBatchPermissionsFailureEntry.Builder. requestEntry(BatchPermissionsRequestEntry requestEntry)An identifier for an entry of the batch request.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type BatchPermissionsRequestEntry Modifier and Type Method Description BatchGrantPermissionsRequest.BuilderBatchGrantPermissionsRequest.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.BuilderBatchRevokePermissionsRequest.Builder. entries(Collection<BatchPermissionsRequestEntry> entries)A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.
-