Uses of Class
com.ngrok.services.SshHostCertificates.CreateCallBuilder
Packages that use SshHostCertificates.CreateCallBuilder
-
Uses of SshHostCertificates.CreateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return SshHostCertificates.CreateCallBuilderModifier and TypeMethodDescriptionCreate a new SSH Host Certificate See also https://ngrok.com/docs/api#api-ssh-host-certificates-create.SshHostCertificates.CreateCallBuilder.description(String description)human-readable description of this SSH Host Certificate.SshHostCertificates.CreateCallBuilder.description(Optional<String> description)human-readable description of this SSH Host Certificate.arbitrary user-defined machine-readable data of this SSH Host Certificate.arbitrary user-defined machine-readable data of this SSH Host Certificate.SshHostCertificates.CreateCallBuilder.principals(List<String> principals)the list of principals included in the ssh host certificate.SshHostCertificates.CreateCallBuilder.principals(Optional<List<String>> principals)the list of principals included in the ssh host certificate.SshHostCertificates.CreateCallBuilder.validAfter(OffsetDateTime validAfter)The time when the host certificate becomes valid, in RFC 3339 format.SshHostCertificates.CreateCallBuilder.validAfter(Optional<OffsetDateTime> validAfter)The time when the host certificate becomes valid, in RFC 3339 format.SshHostCertificates.CreateCallBuilder.validUntil(OffsetDateTime validUntil)The time when this host certificate becomes invalid, in RFC 3339 format.SshHostCertificates.CreateCallBuilder.validUntil(Optional<OffsetDateTime> validUntil)The time when this host certificate becomes invalid, in RFC 3339 format.