Uses of Class
com.oracle.bmc.networkloadbalancer.responses.GetListenerResponse
-
Packages that use GetListenerResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of GetListenerResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return GetListenerResponse Modifier and Type Method Description GetListenerResponse
NetworkLoadBalancer. getListener(GetListenerRequest request)
Retrieves listener properties associated with a given network load balancer and listener name.GetListenerResponse
NetworkLoadBalancerClient. getListener(GetListenerRequest request)
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type GetListenerResponse Modifier and Type Method Description Future<GetListenerResponse>
NetworkLoadBalancerAsync. getListener(GetListenerRequest request, AsyncHandler<GetListenerRequest,GetListenerResponse> handler)
Retrieves listener properties associated with a given network load balancer and listener name.Future<GetListenerResponse>
NetworkLoadBalancerAsyncClient. getListener(GetListenerRequest request, AsyncHandler<GetListenerRequest,GetListenerResponse> handler)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetListenerResponse Modifier and Type Method Description Future<GetListenerResponse>
NetworkLoadBalancerAsync. getListener(GetListenerRequest request, AsyncHandler<GetListenerRequest,GetListenerResponse> handler)
Retrieves listener properties associated with a given network load balancer and listener name.Future<GetListenerResponse>
NetworkLoadBalancerAsyncClient. getListener(GetListenerRequest request, AsyncHandler<GetListenerRequest,GetListenerResponse> handler)
-
Uses of GetListenerResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return GetListenerResponse Modifier and Type Method Description GetListenerResponse
GetListenerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type GetListenerResponse Modifier and Type Method Description GetListenerResponse.Builder
GetListenerResponse.Builder. copy(GetListenerResponse o)
Copy method to populate the builder with values from the given instance.
-