Uses of Class
software.amazon.awssdk.services.acmpca.model.GetPolicyRequest
-
Packages that use GetPolicyRequest 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 GetPolicyRequest in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca with parameters of type GetPolicyRequest Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>AcmPcaAsyncClient. getPolicy(GetPolicyRequest 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. -
Uses of GetPolicyRequest in software.amazon.awssdk.services.acmpca.transform
Methods in software.amazon.awssdk.services.acmpca.transform with parameters of type GetPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetPolicyRequestMarshaller. marshall(GetPolicyRequest getPolicyRequest)
-