| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicyResult |
AbstractAmazonVerifiedPermissions.updatePolicy(UpdatePolicyRequest request) |
UpdatePolicyResult |
AmazonVerifiedPermissions.updatePolicy(UpdatePolicyRequest updatePolicyRequest)
Modifies a Cedar static policy in the specified policy store.
|
UpdatePolicyResult |
AmazonVerifiedPermissionsClient.updatePolicy(UpdatePolicyRequest request)
Modifies a Cedar static policy in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePolicyResult> |
AbstractAmazonVerifiedPermissionsAsync.updatePolicyAsync(UpdatePolicyRequest request) |
Future<UpdatePolicyResult> |
AmazonVerifiedPermissionsAsync.updatePolicyAsync(UpdatePolicyRequest updatePolicyRequest)
Modifies a Cedar static policy in the specified policy store.
|
Future<UpdatePolicyResult> |
AmazonVerifiedPermissionsAsyncClient.updatePolicyAsync(UpdatePolicyRequest request) |
Future<UpdatePolicyResult> |
AbstractAmazonVerifiedPermissionsAsync.updatePolicyAsync(UpdatePolicyRequest request,
AsyncHandler<UpdatePolicyRequest,UpdatePolicyResult> asyncHandler) |
Future<UpdatePolicyResult> |
AmazonVerifiedPermissionsAsync.updatePolicyAsync(UpdatePolicyRequest updatePolicyRequest,
AsyncHandler<UpdatePolicyRequest,UpdatePolicyResult> asyncHandler)
Modifies a Cedar static policy in the specified policy store.
|
Future<UpdatePolicyResult> |
AmazonVerifiedPermissionsAsyncClient.updatePolicyAsync(UpdatePolicyRequest request,
AsyncHandler<UpdatePolicyRequest,UpdatePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePolicyResult> |
AbstractAmazonVerifiedPermissionsAsync.updatePolicyAsync(UpdatePolicyRequest request,
AsyncHandler<UpdatePolicyRequest,UpdatePolicyResult> asyncHandler) |
Future<UpdatePolicyResult> |
AmazonVerifiedPermissionsAsync.updatePolicyAsync(UpdatePolicyRequest updatePolicyRequest,
AsyncHandler<UpdatePolicyRequest,UpdatePolicyResult> asyncHandler)
Modifies a Cedar static policy in the specified policy store.
|
Future<UpdatePolicyResult> |
AmazonVerifiedPermissionsAsyncClient.updatePolicyAsync(UpdatePolicyRequest request,
AsyncHandler<UpdatePolicyRequest,UpdatePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicyResult |
UpdatePolicyResult.clone() |
UpdatePolicyResult |
UpdatePolicyResult.withActions(ActionIdentifier... actions)
The action that a policy permits or forbids.
|
UpdatePolicyResult |
UpdatePolicyResult.withActions(Collection<ActionIdentifier> actions)
The action that a policy permits or forbids.
|
UpdatePolicyResult |
UpdatePolicyResult.withCreatedDate(Date createdDate)
The date and time that the policy was originally created.
|
UpdatePolicyResult |
UpdatePolicyResult.withEffect(PolicyEffect effect)
The effect of the decision that a policy returns to an authorization request.
|
UpdatePolicyResult |
UpdatePolicyResult.withEffect(String effect)
The effect of the decision that a policy returns to an authorization request.
|
UpdatePolicyResult |
UpdatePolicyResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the policy was most recently updated.
|
UpdatePolicyResult |
UpdatePolicyResult.withPolicyId(String policyId)
The ID of the policy that was updated.
|
UpdatePolicyResult |
UpdatePolicyResult.withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the policy that was updated.
|
UpdatePolicyResult |
UpdatePolicyResult.withPolicyType(PolicyType policyType)
The type of the policy that was updated.
|
UpdatePolicyResult |
UpdatePolicyResult.withPolicyType(String policyType)
The type of the policy that was updated.
|
UpdatePolicyResult |
UpdatePolicyResult.withPrincipal(EntityIdentifier principal)
The principal specified in the policy's scope.
|
UpdatePolicyResult |
UpdatePolicyResult.withResource(EntityIdentifier resource)
The resource specified in the policy's scope.
|
Copyright © 2024. All rights reserved.