Uses of Class
com.ngrok.services.ReservedDomains.CreateCallBuilder
Packages that use ReservedDomains.CreateCallBuilder
-
Uses of ReservedDomains.CreateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return ReservedDomains.CreateCallBuilderModifier and TypeMethodDescriptionReservedDomains.CreateCallBuilder.certificateId(String certificateId)ID of a user-uploaded TLS certificate to use for connections to targeting this domain.ReservedDomains.CreateCallBuilder.certificateId(Optional<String> certificateId)ID of a user-uploaded TLS certificate to use for connections to targeting this domain.ReservedDomains.CreateCallBuilder.certificateManagementPolicy(ReservedDomainCertPolicy certificateManagementPolicy)configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled.ReservedDomains.CreateCallBuilder.certificateManagementPolicy(Optional<ReservedDomainCertPolicy> certificateManagementPolicy)configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled.Create a new reserved domain.ReservedDomains.CreateCallBuilder.description(String description)human-readable description of what this reserved domain will be used forReservedDomains.CreateCallBuilder.description(Optional<String> description)human-readable description of what this reserved domain will be used forReservedDomains.CreateCallBuilder.httpEndpointConfigurationId(String httpEndpointConfigurationId)ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domainReservedDomains.CreateCallBuilder.httpEndpointConfigurationId(Optional<String> httpEndpointConfigurationId)ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domainReservedDomains.CreateCallBuilder.httpsEndpointConfigurationId(String httpsEndpointConfigurationId)ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domainReservedDomains.CreateCallBuilder.httpsEndpointConfigurationId(Optional<String> httpsEndpointConfigurationId)ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domainarbitrary user-defined machine-readable data of this reserved domain.arbitrary user-defined machine-readable data of this reserved domain.reserve the domain in this geographic ngrok datacenter.reserve the domain in this geographic ngrok datacenter.