Uses of Class
com.oracle.bmc.networkloadbalancer.requests.CreateListenerRequest
-
Packages that use CreateListenerRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of CreateListenerRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type CreateListenerRequest Modifier and Type Method Description CreateListenerResponse
NetworkLoadBalancer. createListener(CreateListenerRequest request)
Adds a listener to a network load balancer.Future<CreateListenerResponse>
NetworkLoadBalancerAsync. createListener(CreateListenerRequest request, AsyncHandler<CreateListenerRequest,CreateListenerResponse> handler)
Adds a listener to a network load balancer.Future<CreateListenerResponse>
NetworkLoadBalancerAsyncClient. createListener(CreateListenerRequest request, AsyncHandler<CreateListenerRequest,CreateListenerResponse> handler)
CreateListenerResponse
NetworkLoadBalancerClient. createListener(CreateListenerRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type CreateListenerRequest Modifier and Type Method Description Future<CreateListenerResponse>
NetworkLoadBalancerAsync. createListener(CreateListenerRequest request, AsyncHandler<CreateListenerRequest,CreateListenerResponse> handler)
Adds a listener to a network load balancer.Future<CreateListenerResponse>
NetworkLoadBalancerAsyncClient. createListener(CreateListenerRequest request, AsyncHandler<CreateListenerRequest,CreateListenerResponse> handler)
-
Uses of CreateListenerRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.requests that return CreateListenerRequest Modifier and Type Method Description CreateListenerRequest
CreateListenerRequest.Builder. build()
Build the instance of CreateListenerRequest as configured by this builderCreateListenerRequest
CreateListenerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateListenerRequest as configured by this builderMethods in com.oracle.bmc.networkloadbalancer.requests with parameters of type CreateListenerRequest Modifier and Type Method Description CreateListenerRequest.Builder
CreateListenerRequest.Builder. copy(CreateListenerRequest o)
Copy method to populate the builder with values from the given instance.
-