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