Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedWithTokenRequest
-
Packages that use BatchIsAuthorizedWithTokenRequest Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services.software.amazon.awssdk.services.verifiedpermissions.transform -
-
Uses of BatchIsAuthorizedWithTokenRequest in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions with parameters of type BatchIsAuthorizedWithTokenRequest Modifier and Type Method Description default CompletableFuture<BatchIsAuthorizedWithTokenResponse>VerifiedPermissionsAsyncClient. batchIsAuthorizedWithToken(BatchIsAuthorizedWithTokenRequest batchIsAuthorizedWithTokenRequest)Makes a series of decisions about multiple authorization requests for one token.default BatchIsAuthorizedWithTokenResponseVerifiedPermissionsClient. batchIsAuthorizedWithToken(BatchIsAuthorizedWithTokenRequest batchIsAuthorizedWithTokenRequest)Makes a series of decisions about multiple authorization requests for one token. -
Uses of BatchIsAuthorizedWithTokenRequest in software.amazon.awssdk.services.verifiedpermissions.transform
Methods in software.amazon.awssdk.services.verifiedpermissions.transform with parameters of type BatchIsAuthorizedWithTokenRequest Modifier and Type Method Description SdkHttpFullRequestBatchIsAuthorizedWithTokenRequestMarshaller. marshall(BatchIsAuthorizedWithTokenRequest batchIsAuthorizedWithTokenRequest)
-