| Package | Description |
|---|---|
| com.amazonaws.services.acmpca |
This is the ACM Private CA API Reference.
|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeletePermissionResult> |
AWSACMPCAAsyncClient.deletePermissionAsync(DeletePermissionRequest request,
AsyncHandler<DeletePermissionRequest,DeletePermissionResult> asyncHandler) |
Future<DeletePermissionResult> |
AbstractAWSACMPCAAsync.deletePermissionAsync(DeletePermissionRequest request,
AsyncHandler<DeletePermissionRequest,DeletePermissionResult> asyncHandler) |
Future<DeletePermissionResult> |
AWSACMPCAAsync.deletePermissionAsync(DeletePermissionRequest deletePermissionRequest,
AsyncHandler<DeletePermissionRequest,DeletePermissionResult> asyncHandler)
Revokes permissions that a private CA assigned to a designated AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionRequest |
DeletePermissionRequest.clone() |
DeletePermissionRequest |
DeletePermissionRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Number (ARN) of the private CA that issued the permissions.
|
DeletePermissionRequest |
DeletePermissionRequest.withPrincipal(String principal)
The AWS service or identity that will have its CA permissions revoked.
|
DeletePermissionRequest |
DeletePermissionRequest.withSourceAccount(String sourceAccount)
The AWS account that calls this action.
|
Copyright © 2020. All rights reserved.