Uses of Class
com.ngrok.services.ReservedDomains.UpdateCallBuilder
Packages that use ReservedDomains.UpdateCallBuilder
-
Uses of ReservedDomains.UpdateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return ReservedDomains.UpdateCallBuilderModifier and TypeMethodDescriptionReservedDomains.UpdateCallBuilder.certificateId(String certificateId)ID of a user-uploaded TLS certificate to use for connections to targeting this domain.ReservedDomains.UpdateCallBuilder.certificateId(Optional<String> certificateId)ID of a user-uploaded TLS certificate to use for connections to targeting this domain.ReservedDomains.UpdateCallBuilder.certificateManagementPolicy(ReservedDomainCertPolicy certificateManagementPolicy)configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled.ReservedDomains.UpdateCallBuilder.certificateManagementPolicy(Optional<ReservedDomainCertPolicy> certificateManagementPolicy)configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled.ReservedDomains.UpdateCallBuilder.description(String description)human-readable description of what this reserved domain will be used forReservedDomains.UpdateCallBuilder.description(Optional<String> description)human-readable description of what this reserved domain will be used forReservedDomains.UpdateCallBuilder.httpEndpointConfigurationId(String httpEndpointConfigurationId)ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domainReservedDomains.UpdateCallBuilder.httpEndpointConfigurationId(Optional<String> httpEndpointConfigurationId)ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domainReservedDomains.UpdateCallBuilder.httpsEndpointConfigurationId(String httpsEndpointConfigurationId)ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domainReservedDomains.UpdateCallBuilder.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.Update the attributes of a reserved domain.