| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteIdentitySourceResponse |
VerifiedPermissionsClient.deleteIdentitySource(Consumer<DeleteIdentitySourceRequest.Builder> deleteIdentitySourceRequest)
Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito.
|
default DeleteIdentitySourceResponse |
VerifiedPermissionsClient.deleteIdentitySource(DeleteIdentitySourceRequest deleteIdentitySourceRequest)
Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito.
|
default DeletePolicyResponse |
VerifiedPermissionsClient.deletePolicy(Consumer<DeletePolicyRequest.Builder> deletePolicyRequest)
Deletes the specified policy from the policy store.
|
default DeletePolicyResponse |
VerifiedPermissionsClient.deletePolicy(DeletePolicyRequest deletePolicyRequest)
Deletes the specified policy from the policy store.
|
default DeletePolicyTemplateResponse |
VerifiedPermissionsClient.deletePolicyTemplate(Consumer<DeletePolicyTemplateRequest.Builder> deletePolicyTemplateRequest)
Deletes the specified policy template from the policy store.
|
default DeletePolicyTemplateResponse |
VerifiedPermissionsClient.deletePolicyTemplate(DeletePolicyTemplateRequest deletePolicyTemplateRequest)
Deletes the specified policy template from the policy store.
|
default PutSchemaResponse |
VerifiedPermissionsClient.putSchema(Consumer<PutSchemaRequest.Builder> putSchemaRequest)
Creates or updates the policy schema in the specified policy store.
|
default PutSchemaResponse |
VerifiedPermissionsClient.putSchema(PutSchemaRequest putSchemaRequest)
Creates or updates the policy schema in the specified policy store.
|
default UpdateIdentitySourceResponse |
VerifiedPermissionsClient.updateIdentitySource(Consumer<UpdateIdentitySourceRequest.Builder> updateIdentitySourceRequest)
Updates the specified identity source to use a new identity provider (IdP) source, or to change the mapping of
identities from the IdP to a different principal entity type.
|
default UpdateIdentitySourceResponse |
VerifiedPermissionsClient.updateIdentitySource(UpdateIdentitySourceRequest updateIdentitySourceRequest)
Updates the specified identity source to use a new identity provider (IdP) source, or to change the mapping of
identities from the IdP to a different principal entity type.
|
default UpdatePolicyResponse |
VerifiedPermissionsClient.updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)
Modifies a Cedar static policy in the specified policy store.
|
default UpdatePolicyResponse |
VerifiedPermissionsClient.updatePolicy(UpdatePolicyRequest updatePolicyRequest)
Modifies a Cedar static policy in the specified policy store.
|
default UpdatePolicyStoreResponse |
VerifiedPermissionsClient.updatePolicyStore(Consumer<UpdatePolicyStoreRequest.Builder> updatePolicyStoreRequest)
Modifies the validation setting for a policy store.
|
default UpdatePolicyStoreResponse |
VerifiedPermissionsClient.updatePolicyStore(UpdatePolicyStoreRequest updatePolicyStoreRequest)
Modifies the validation setting for a policy store.
|
default UpdatePolicyTemplateResponse |
VerifiedPermissionsClient.updatePolicyTemplate(Consumer<UpdatePolicyTemplateRequest.Builder> updatePolicyTemplateRequest)
Updates the specified policy template.
|
default UpdatePolicyTemplateResponse |
VerifiedPermissionsClient.updatePolicyTemplate(UpdatePolicyTemplateRequest updatePolicyTemplateRequest)
Updates the specified policy template.
|
Copyright © 2023. All rights reserved.