Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalListenerTcpsEndpoint.Builder
-
Packages that use ExternalListenerTcpsEndpoint.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalListenerTcpsEndpoint.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalListenerTcpsEndpoint.Builder Modifier and Type Method Description static ExternalListenerTcpsEndpoint.BuilderExternalListenerTcpsEndpoint. builder()Create a new builder.ExternalListenerTcpsEndpoint.BuilderExternalListenerTcpsEndpoint.Builder. copy(ExternalListenerTcpsEndpoint model)ExternalListenerTcpsEndpoint.BuilderExternalListenerTcpsEndpoint.Builder. host(String host)The host name or IP address.ExternalListenerTcpsEndpoint.BuilderExternalListenerTcpsEndpoint.Builder. port(Integer port)The port number.ExternalListenerTcpsEndpoint.BuilderExternalListenerTcpsEndpoint.Builder. services(List<String> services)ExternalListenerTcpsEndpoint.BuilderExternalListenerTcpsEndpoint. toBuilder()
-