Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse.Builder
Packages that use GetClientCertificateResponse.Builder
-
Uses of GetClientCertificateResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetClientCertificateResponse.BuilderModifier and TypeMethodDescriptionGetClientCertificateResponse.builder()GetClientCertificateResponse.Builder.clientCertificateId(String clientCertificateId) The identifier of the client certificate.GetClientCertificateResponse.Builder.createdDate(Instant createdDate) The timestamp when the client certificate was created.GetClientCertificateResponse.Builder.description(String description) The description of the client certificate.GetClientCertificateResponse.Builder.expirationDate(Instant expirationDate) The timestamp when the client certificate will expire.GetClientCertificateResponse.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.GetClientCertificateResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetClientCertificateResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetClientCertificateResponse.Builder>GetClientCertificateResponse.serializableBuilderClass()