Uses of Class
software.amazon.awssdk.services.acmpca.model.DeletePermissionRequest
-
Packages that use DeletePermissionRequest Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference.software.amazon.awssdk.services.acmpca.transform -
-
Uses of DeletePermissionRequest in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca with parameters of type DeletePermissionRequest Modifier and Type Method Description default CompletableFuture<DeletePermissionResponse>AcmPcaAsyncClient. deletePermission(DeletePermissionRequest deletePermissionRequest)Revokes permissions on a private CA granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com).default DeletePermissionResponseAcmPcaClient. deletePermission(DeletePermissionRequest deletePermissionRequest)Revokes permissions on a private CA granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com). -
Uses of DeletePermissionRequest in software.amazon.awssdk.services.acmpca.transform
Methods in software.amazon.awssdk.services.acmpca.transform with parameters of type DeletePermissionRequest Modifier and Type Method Description SdkHttpFullRequestDeletePermissionRequestMarshaller. marshall(DeletePermissionRequest deletePermissionRequest)
-