Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetPublicKeyRequest
-
Packages that use GetPublicKeyRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of GetPublicKeyRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type GetPublicKeyRequest Modifier and Type Method Description default CompletableFuture<GetPublicKeyResponse>CloudFrontAsyncClient. getPublicKey(GetPublicKeyRequest getPublicKeyRequest)Gets a public key.default GetPublicKeyResponseCloudFrontClient. getPublicKey(GetPublicKeyRequest getPublicKeyRequest)Gets a public key. -
Uses of GetPublicKeyRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type GetPublicKeyRequest Modifier and Type Method Description SdkHttpFullRequestGetPublicKeyRequestMarshaller. marshall(GetPublicKeyRequest getPublicKeyRequest)
-