Uses of Class
software.amazon.awssdk.services.acmpca.model.DeletePolicyResponse
-
Packages that use DeletePolicyResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of DeletePolicyResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return DeletePolicyResponse Modifier and Type Method Description default DeletePolicyResponseAcmPcaClient. deletePolicy(Consumer<DeletePolicyRequest.Builder> deletePolicyRequest)Deletes the resource-based policy attached to a private CA.default DeletePolicyResponseAcmPcaClient. deletePolicy(DeletePolicyRequest deletePolicyRequest)Deletes the resource-based policy attached to a private CA.Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type DeletePolicyResponse Modifier and Type Method Description default CompletableFuture<DeletePolicyResponse>AcmPcaAsyncClient. deletePolicy(Consumer<DeletePolicyRequest.Builder> deletePolicyRequest)Deletes the resource-based policy attached to a private CA.default CompletableFuture<DeletePolicyResponse>AcmPcaAsyncClient. deletePolicy(DeletePolicyRequest deletePolicyRequest)Deletes the resource-based policy attached to a private CA.
-