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 ClientCertificateClientCertificate. clone()ClientCertificateClientCertificate. withClientCertificateId(String clientCertificateId)The identifier of the Client Certificate.ClientCertificateClientCertificate. withCreatedDate(Date createdDate)The date when the Client Certificate was created, in ISO 8601 format.ClientCertificateClientCertificate. withDescription(String description)The description of the Client Certificate.ClientCertificateClientCertificate. withExpirationDate(Date expirationDate)The date when the Client Certificate will expire, in ISO 8601 format.ClientCertificateClientCertificate. 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 GetClientCertificatesResultGetClientCertificatesResult. 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 voidGetClientCertificatesResult. setItems(Collection<ClientCertificate> items)The current page of any ClientCertificate resources in the collection of ClientCertificate resources.GetClientCertificatesResultGetClientCertificatesResult. withItems(Collection<ClientCertificate> items)The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
-