| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
PutPolicyResult |
AbstractAWSEntityResolution.putPolicy(PutPolicyRequest request) |
PutPolicyResult |
AWSEntityResolution.putPolicy(PutPolicyRequest putPolicyRequest)
Updates the resource-based policy.
|
PutPolicyResult |
AWSEntityResolutionClient.putPolicy(PutPolicyRequest request)
Updates the resource-based policy.
|
Future<PutPolicyResult> |
AbstractAWSEntityResolutionAsync.putPolicyAsync(PutPolicyRequest request) |
Future<PutPolicyResult> |
AWSEntityResolutionAsync.putPolicyAsync(PutPolicyRequest putPolicyRequest)
Updates the resource-based policy.
|
Future<PutPolicyResult> |
AWSEntityResolutionAsyncClient.putPolicyAsync(PutPolicyRequest request) |
Future<PutPolicyResult> |
AbstractAWSEntityResolutionAsync.putPolicyAsync(PutPolicyRequest request,
AsyncHandler<PutPolicyRequest,PutPolicyResult> asyncHandler) |
Future<PutPolicyResult> |
AWSEntityResolutionAsync.putPolicyAsync(PutPolicyRequest putPolicyRequest,
AsyncHandler<PutPolicyRequest,PutPolicyResult> asyncHandler)
Updates the resource-based policy.
|
Future<PutPolicyResult> |
AWSEntityResolutionAsyncClient.putPolicyAsync(PutPolicyRequest request,
AsyncHandler<PutPolicyRequest,PutPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutPolicyResult> |
AbstractAWSEntityResolutionAsync.putPolicyAsync(PutPolicyRequest request,
AsyncHandler<PutPolicyRequest,PutPolicyResult> asyncHandler) |
Future<PutPolicyResult> |
AWSEntityResolutionAsync.putPolicyAsync(PutPolicyRequest putPolicyRequest,
AsyncHandler<PutPolicyRequest,PutPolicyResult> asyncHandler)
Updates the resource-based policy.
|
Future<PutPolicyResult> |
AWSEntityResolutionAsyncClient.putPolicyAsync(PutPolicyRequest request,
AsyncHandler<PutPolicyRequest,PutPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutPolicyRequest |
PutPolicyRequest.clone() |
PutPolicyRequest |
PutPolicyRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the resource for which the policy needs to be updated.
|
PutPolicyRequest |
PutPolicyRequest.withPolicy(String policy)
The resource-based policy.
|
PutPolicyRequest |
PutPolicyRequest.withToken(String token)
A unique identifier for the current revision of the policy.
|
Copyright © 2024. All rights reserved.