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