Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetPublicKeyConfigResponse
-
Packages that use GetPublicKeyConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetPublicKeyConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetPublicKeyConfigResponse Modifier and Type Method Description default GetPublicKeyConfigResponseCloudFrontClient. getPublicKeyConfig(Consumer<GetPublicKeyConfigRequest.Builder> getPublicKeyConfigRequest)Gets a public key configuration.default GetPublicKeyConfigResponseCloudFrontClient. getPublicKeyConfig(GetPublicKeyConfigRequest getPublicKeyConfigRequest)Gets a public key configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetPublicKeyConfigResponse Modifier and Type Method Description default CompletableFuture<GetPublicKeyConfigResponse>CloudFrontAsyncClient. getPublicKeyConfig(Consumer<GetPublicKeyConfigRequest.Builder> getPublicKeyConfigRequest)Gets a public key configuration.default CompletableFuture<GetPublicKeyConfigResponse>CloudFrontAsyncClient. getPublicKeyConfig(GetPublicKeyConfigRequest getPublicKeyConfigRequest)Gets a public key configuration.
-