BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.accessToken(String accessToken) |
Specifies an access token for the principal that you want to authorize in each request.
|
static BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.builder() |
|
default BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.entities(Consumer<EntitiesDefinition.Builder> entities) |
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.entities(EntitiesDefinition entities) |
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.identityToken(String identityToken) |
Specifies an identity (ID) token for the principal that you want to authorize in each request.
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.policyStoreId(String policyStoreId) |
Specifies the ID of the policy store.
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.requests(Collection<BatchIsAuthorizedWithTokenInputItem> requests) |
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.requests(Consumer<BatchIsAuthorizedWithTokenInputItem.Builder>... requests) |
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.Builder.requests(BatchIsAuthorizedWithTokenInputItem... requests) |
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
BatchIsAuthorizedWithTokenRequest.Builder |
BatchIsAuthorizedWithTokenRequest.toBuilder() |
|