Uses of Class
com.oracle.bmc.loadbalancer.responses.CreateListenerResponse
-
Packages that use CreateListenerResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of CreateListenerResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return CreateListenerResponse Modifier and Type Method Description CreateListenerResponse
LoadBalancer. createListener(CreateListenerRequest request)
Adds a listener to a load balancer.CreateListenerResponse
LoadBalancerClient. createListener(CreateListenerRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type CreateListenerResponse Modifier and Type Method Description Future<CreateListenerResponse>
LoadBalancerAsync. createListener(CreateListenerRequest request, AsyncHandler<CreateListenerRequest,CreateListenerResponse> handler)
Adds a listener to a load balancer.Future<CreateListenerResponse>
LoadBalancerAsyncClient. createListener(CreateListenerRequest request, AsyncHandler<CreateListenerRequest,CreateListenerResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type CreateListenerResponse Modifier and Type Method Description Future<CreateListenerResponse>
LoadBalancerAsync. createListener(CreateListenerRequest request, AsyncHandler<CreateListenerRequest,CreateListenerResponse> handler)
Adds a listener to a load balancer.Future<CreateListenerResponse>
LoadBalancerAsyncClient. createListener(CreateListenerRequest request, AsyncHandler<CreateListenerRequest,CreateListenerResponse> handler)
-
Uses of CreateListenerResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return CreateListenerResponse Modifier and Type Method Description CreateListenerResponse
CreateListenerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.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.
-