Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetPublicKeyResponse.Builder
-
Packages that use GetPublicKeyResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of GetPublicKeyResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetPublicKeyResponse.Builder Modifier and Type Method Description static GetPublicKeyResponse.BuilderGetPublicKeyResponse. builder()GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. eTag(String eTag)The identifier for this version of the public key.default GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. publicKey(Consumer<PublicKey.Builder> publicKey)The public key.GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. publicKey(PublicKey publicKey)The public key.GetPublicKeyResponse.BuilderGetPublicKeyResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetPublicKeyResponse.Builder Modifier and Type Method Description static Class<? extends GetPublicKeyResponse.Builder>GetPublicKeyResponse. serializableBuilderClass()
-