Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetManagedCertificateDetailsResponse
-
Packages that use GetManagedCertificateDetailsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetManagedCertificateDetailsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetManagedCertificateDetailsResponse Modifier and Type Method Description default GetManagedCertificateDetailsResponseCloudFrontClient. getManagedCertificateDetails(Consumer<GetManagedCertificateDetailsRequest.Builder> getManagedCertificateDetailsRequest)Gets details about the CloudFront managed ACM certificate.default GetManagedCertificateDetailsResponseCloudFrontClient. getManagedCertificateDetails(GetManagedCertificateDetailsRequest getManagedCertificateDetailsRequest)Gets details about the CloudFront managed ACM certificate.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetManagedCertificateDetailsResponse Modifier and Type Method Description default CompletableFuture<GetManagedCertificateDetailsResponse>CloudFrontAsyncClient. getManagedCertificateDetails(Consumer<GetManagedCertificateDetailsRequest.Builder> getManagedCertificateDetailsRequest)Gets details about the CloudFront managed ACM certificate.default CompletableFuture<GetManagedCertificateDetailsResponse>CloudFrontAsyncClient. getManagedCertificateDetails(GetManagedCertificateDetailsRequest getManagedCertificateDetailsRequest)Gets details about the CloudFront managed ACM certificate.
-