| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AddPolicyStatementResult> |
AbstractAWSEntityResolutionAsync.addPolicyStatementAsync(AddPolicyStatementRequest request,
AsyncHandler<AddPolicyStatementRequest,AddPolicyStatementResult> asyncHandler) |
Future<AddPolicyStatementResult> |
AWSEntityResolutionAsyncClient.addPolicyStatementAsync(AddPolicyStatementRequest request,
AsyncHandler<AddPolicyStatementRequest,AddPolicyStatementResult> asyncHandler) |
Future<AddPolicyStatementResult> |
AWSEntityResolutionAsync.addPolicyStatementAsync(AddPolicyStatementRequest addPolicyStatementRequest,
AsyncHandler<AddPolicyStatementRequest,AddPolicyStatementResult> asyncHandler)
Adds a policy statement object.
|
| Modifier and Type | Method and Description |
|---|---|
AddPolicyStatementRequest |
AddPolicyStatementRequest.clone() |
AddPolicyStatementRequest |
AddPolicyStatementRequest.withAction(Collection<String> action)
The action that the principal can use on the resource.
|
AddPolicyStatementRequest |
AddPolicyStatementRequest.withAction(String... action)
The action that the principal can use on the resource.
|
AddPolicyStatementRequest |
AddPolicyStatementRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.
|
AddPolicyStatementRequest |
AddPolicyStatementRequest.withCondition(String condition)
A set of condition keys that you can use in key policies.
|
AddPolicyStatementRequest |
AddPolicyStatementRequest.withEffect(StatementEffect effect)
Determines whether the permissions specified in the policy are to be allowed (
Allow) or denied (
Deny). |
AddPolicyStatementRequest |
AddPolicyStatementRequest.withEffect(String effect)
Determines whether the permissions specified in the policy are to be allowed (
Allow) or denied (
Deny). |
AddPolicyStatementRequest |
AddPolicyStatementRequest.withPrincipal(Collection<String> principal)
The Amazon Web Services service or Amazon Web Services account that can access the resource defined as ARN.
|
AddPolicyStatementRequest |
AddPolicyStatementRequest.withPrincipal(String... principal)
The Amazon Web Services service or Amazon Web Services account that can access the resource defined as ARN.
|
AddPolicyStatementRequest |
AddPolicyStatementRequest.withStatementId(String statementId)
A statement identifier that differentiates the statement from others in the same policy.
|
Copyright © 2024. All rights reserved.