| 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 |
|---|---|
GetPolicyResult |
AmazonVerifiedPermissionsClient.getPolicy(GetPolicyRequest request)
Retrieves information about the specified policy.
|
GetPolicyResult |
AbstractAmazonVerifiedPermissions.getPolicy(GetPolicyRequest request) |
GetPolicyResult |
AmazonVerifiedPermissions.getPolicy(GetPolicyRequest getPolicyRequest)
Retrieves information about the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPolicyResult> |
AbstractAmazonVerifiedPermissionsAsync.getPolicyAsync(GetPolicyRequest request) |
Future<GetPolicyResult> |
AmazonVerifiedPermissionsAsyncClient.getPolicyAsync(GetPolicyRequest request) |
Future<GetPolicyResult> |
AmazonVerifiedPermissionsAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Retrieves information about the specified policy.
|
Future<GetPolicyResult> |
AbstractAmazonVerifiedPermissionsAsync.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AmazonVerifiedPermissionsAsyncClient.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AmazonVerifiedPermissionsAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Retrieves information about the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPolicyResult> |
AbstractAmazonVerifiedPermissionsAsync.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AmazonVerifiedPermissionsAsyncClient.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AmazonVerifiedPermissionsAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Retrieves information about the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
GetPolicyResult |
GetPolicyResult.clone() |
GetPolicyResult |
GetPolicyResult.withCreatedDate(Date createdDate)
The date and time that the policy was originally created.
|
GetPolicyResult |
GetPolicyResult.withDefinition(PolicyDefinitionDetail definition)
The definition of the requested policy.
|
GetPolicyResult |
GetPolicyResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the policy was last updated.
|
GetPolicyResult |
GetPolicyResult.withPolicyId(String policyId)
The unique ID of the policy that you want information about.
|
GetPolicyResult |
GetPolicyResult.withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the policy that you want information about.
|
GetPolicyResult |
GetPolicyResult.withPolicyType(PolicyType policyType)
The type of the policy.
|
GetPolicyResult |
GetPolicyResult.withPolicyType(String policyType)
The type of the policy.
|
GetPolicyResult |
GetPolicyResult.withPrincipal(EntityIdentifier principal)
The principal specified in the policy's scope.
|
GetPolicyResult |
GetPolicyResult.withResource(EntityIdentifier resource)
The resource specified in the policy's scope.
|
Copyright © 2024. All rights reserved.