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