Uses of Class
software.amazon.awssdk.services.cloudfront.model.PublicKey
-
Packages that use PublicKey Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of PublicKey in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PublicKey Modifier and Type Method Description PublicKeyCreatePublicKeyResponse. publicKey()The public key.PublicKeyGetPublicKeyResponse. publicKey()The public key.PublicKeyUpdatePublicKeyResponse. publicKey()The public key.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type PublicKey Modifier and Type Method Description CreatePublicKeyResponse.BuilderCreatePublicKeyResponse.Builder. publicKey(PublicKey publicKey)The public key.GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. publicKey(PublicKey publicKey)The public key.UpdatePublicKeyResponse.BuilderUpdatePublicKeyResponse.Builder. publicKey(PublicKey publicKey)The public key.
-