Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse.Builder
Packages that use UpdateClientCertificateResponse.Builder
-
Uses of UpdateClientCertificateResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateClientCertificateResponse.BuilderModifier and TypeMethodDescriptionUpdateClientCertificateResponse.builder()UpdateClientCertificateResponse.Builder.clientCertificateId(String clientCertificateId) The identifier of the client certificate.UpdateClientCertificateResponse.Builder.createdDate(Instant createdDate) The timestamp when the client certificate was created.UpdateClientCertificateResponse.Builder.description(String description) The description of the client certificate.UpdateClientCertificateResponse.Builder.expirationDate(Instant expirationDate) The timestamp when the client certificate will expire.UpdateClientCertificateResponse.Builder.pemEncodedCertificate(String pemEncodedCertificate) The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .The collection of tags.UpdateClientCertificateResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateClientCertificateResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateClientCertificateResponse.Builder>UpdateClientCertificateResponse.serializableBuilderClass()