Uses of Class
com.oracle.bmc.networkloadbalancer.responses.CreateListenerResponse
-
Packages that use CreateListenerResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of CreateListenerResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return CreateListenerResponse Modifier and Type Method Description CreateListenerResponse
NetworkLoadBalancer. createListener(CreateListenerRequest request)
Adds a listener to a network load balancer.CreateListenerResponse
NetworkLoadBalancerClient. createListener(CreateListenerRequest request)
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type CreateListenerResponse 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)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type CreateListenerResponse 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 CreateListenerResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return CreateListenerResponse Modifier and Type Method Description CreateListenerResponse
CreateListenerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type CreateListenerResponse Modifier and Type Method Description CreateListenerResponse.Builder
CreateListenerResponse.Builder. copy(CreateListenerResponse o)
Copy method to populate the builder with values from the given instance.
-