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