Uses of Class
com.amazonaws.services.apigateway.model.ClientCertificate
Packages that use ClientCertificate
-
Uses of ClientCertificate in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ClientCertificateModifier and TypeMethodDescriptionClientCertificate.clone()
ClientCertificate.withClientCertificateId
(String clientCertificateId) The identifier of the Client Certificate.ClientCertificate.withCreatedDate
(Date createdDate) The date when the Client Certificate was created, in ISO 8601 format.ClientCertificate.withDescription
(String description) The description of the Client Certificate.ClientCertificate.withExpirationDate
(Date expirationDate) The date when the Client Certificate will expire, in ISO 8601 format.ClientCertificate.withPemEncodedCertificate
(String pemEncodedCertificate) The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .Methods in com.amazonaws.services.apigateway.model that return types with arguments of type ClientCertificateModifier and TypeMethodDescriptionGetClientCertificatesResult.getItems()
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.Methods in com.amazonaws.services.apigateway.model with parameters of type ClientCertificateModifier and TypeMethodDescriptionGetClientCertificatesResult.withItems
(ClientCertificate... items) The current page of any ClientCertificate resources in the collection of ClientCertificate resources.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type ClientCertificateModifier and TypeMethodDescriptionvoid
GetClientCertificatesResult.setItems
(Collection<ClientCertificate> items) The current page of any ClientCertificate resources in the collection of ClientCertificate resources.GetClientCertificatesResult.withItems
(Collection<ClientCertificate> items) The current page of any ClientCertificate resources in the collection of ClientCertificate resources.