Uses of Class
com.oracle.bmc.networkloadbalancer.requests.GetListenerRequest
-
Packages that use GetListenerRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of GetListenerRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type GetListenerRequest Modifier and Type Method Description GetListenerResponse
NetworkLoadBalancer. getListener(GetListenerRequest request)
Retrieves listener properties associated with a given network load balancer and listener name.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)
GetListenerResponse
NetworkLoadBalancerClient. getListener(GetListenerRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetListenerRequest 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 GetListenerRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.requests that return GetListenerRequest Modifier and Type Method Description GetListenerRequest
GetListenerRequest.Builder. build()
Build the instance of GetListenerRequest as configured by this builderGetListenerRequest
GetListenerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetListenerRequest as configured by this builderMethods in com.oracle.bmc.networkloadbalancer.requests with parameters of type GetListenerRequest Modifier and Type Method Description GetListenerRequest.Builder
GetListenerRequest.Builder. copy(GetListenerRequest o)
Copy method to populate the builder with values from the given instance.
-