| 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 |
|---|---|
GetPolicyStoreResult |
AmazonVerifiedPermissionsClient.getPolicyStore(GetPolicyStoreRequest request)
Retrieves details about a policy store.
|
GetPolicyStoreResult |
AbstractAmazonVerifiedPermissions.getPolicyStore(GetPolicyStoreRequest request) |
GetPolicyStoreResult |
AmazonVerifiedPermissions.getPolicyStore(GetPolicyStoreRequest getPolicyStoreRequest)
Retrieves details about a policy store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPolicyStoreResult> |
AbstractAmazonVerifiedPermissionsAsync.getPolicyStoreAsync(GetPolicyStoreRequest request,
AsyncHandler<GetPolicyStoreRequest,GetPolicyStoreResult> asyncHandler) |
Future<GetPolicyStoreResult> |
AmazonVerifiedPermissionsAsyncClient.getPolicyStoreAsync(GetPolicyStoreRequest request,
AsyncHandler<GetPolicyStoreRequest,GetPolicyStoreResult> asyncHandler) |
Future<GetPolicyStoreResult> |
AmazonVerifiedPermissionsAsync.getPolicyStoreAsync(GetPolicyStoreRequest getPolicyStoreRequest,
AsyncHandler<GetPolicyStoreRequest,GetPolicyStoreResult> asyncHandler)
Retrieves details about a policy store.
|
| Modifier and Type | Method and Description |
|---|---|
GetPolicyStoreResult |
GetPolicyStoreResult.clone() |
GetPolicyStoreResult |
GetPolicyStoreResult.withArn(String arn)
The Amazon Resource Name (ARN) of the policy store.
|
GetPolicyStoreResult |
GetPolicyStoreResult.withCreatedDate(Date createdDate)
The date and time that the policy store was originally created.
|
GetPolicyStoreResult |
GetPolicyStoreResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the policy store was last updated.
|
GetPolicyStoreResult |
GetPolicyStoreResult.withPolicyStoreId(String policyStoreId)
The ID of the policy store;
|
GetPolicyStoreResult |
GetPolicyStoreResult.withValidationSettings(ValidationSettings validationSettings)
The current validation settings for the policy store.
|
Copyright © 2023. All rights reserved.