Uses of Class
com.amazonaws.services.apigateway.model.ClientCertificate
-
Packages that use ClientCertificate Package Description com.amazonaws.services.apigateway.model -
-
Uses of ClientCertificate in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ClientCertificate Modifier and Type Method Description ClientCertificate
ClientCertificate. clone()
ClientCertificate
ClientCertificate. withClientCertificateId(String clientCertificateId)
The identifier of the Client Certificate.ClientCertificate
ClientCertificate. withCreatedDate(Date createdDate)
The date when the Client Certificate was created, in ISO 8601 format.ClientCertificate
ClientCertificate. withDescription(String description)
The description of the Client Certificate.ClientCertificate
ClientCertificate. withExpirationDate(Date expirationDate)
The date when the Client Certificate will expire, in ISO 8601 format.ClientCertificate
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 ClientCertificate Modifier and Type Method Description List<ClientCertificate>
GetClientCertificatesResult. 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 ClientCertificate Modifier and Type Method Description GetClientCertificatesResult
GetClientCertificatesResult. 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 ClientCertificate Modifier and Type Method Description void
GetClientCertificatesResult. setItems(Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.GetClientCertificatesResult
GetClientCertificatesResult. withItems(Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
-