Uses of Class
com.oracle.bmc.loadbalancer.requests.CreateListenerRequest
-
Packages that use CreateListenerRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of CreateListenerRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type CreateListenerRequest Modifier and Type Method Description CreateListenerResponse
LoadBalancer. createListener(CreateListenerRequest request)
Adds a listener to a load balancer.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)
CreateListenerResponse
LoadBalancerClient. createListener(CreateListenerRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type CreateListenerRequest 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 CreateListenerRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.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.loadbalancer.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.
-