Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedRequest.Builder
-
Packages that use BatchIsAuthorizedRequest.Builder Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services.software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of BatchIsAuthorizedRequest.Builder in software.amazon.awssdk.services.verifiedpermissions
Method parameters in software.amazon.awssdk.services.verifiedpermissions with type arguments of type BatchIsAuthorizedRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchIsAuthorizedResponse>VerifiedPermissionsAsyncClient. batchIsAuthorized(Consumer<BatchIsAuthorizedRequest.Builder> batchIsAuthorizedRequest)Makes a series of decisions about multiple authorization requests for one principal or resource.default BatchIsAuthorizedResponseVerifiedPermissionsClient. batchIsAuthorized(Consumer<BatchIsAuthorizedRequest.Builder> batchIsAuthorizedRequest)Makes a series of decisions about multiple authorization requests for one principal or resource. -
Uses of BatchIsAuthorizedRequest.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return BatchIsAuthorizedRequest.Builder Modifier and Type Method Description static BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest. builder()default BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. entities(Consumer<EntitiesDefinition.Builder> entities)Specifies the list of resources and principals and their associated attributes that Verified Permissions can examine when evaluating the policies.BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. entities(EntitiesDefinition entities)Specifies the list of resources and principals and their associated attributes that Verified Permissions can examine when evaluating the policies.BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. policyStoreId(String policyStoreId)Specifies the ID of the policy store.BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. requests(Collection<BatchIsAuthorizedInputItem> requests)An array of up to 30 requests that you want Verified Permissions to evaluate.BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. requests(Consumer<BatchIsAuthorizedInputItem.Builder>... requests)An array of up to 30 requests that you want Verified Permissions to evaluate.BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. requests(BatchIsAuthorizedInputItem... requests)An array of up to 30 requests that you want Verified Permissions to evaluate.BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest. toBuilder()Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type BatchIsAuthorizedRequest.Builder Modifier and Type Method Description static Class<? extends BatchIsAuthorizedRequest.Builder>BatchIsAuthorizedRequest. serializableBuilderClass()
-