Uses of Class
com.oracle.bmc.loadbalancer.responses.ListProtocolsResponse
- 
Packages that use ListProtocolsResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses  - 
- 
Uses of ListProtocolsResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return ListProtocolsResponse Modifier and Type Method Description ListProtocolsResponseLoadBalancer. listProtocols(ListProtocolsRequest request)Lists all supported traffic protocols.ListProtocolsResponseLoadBalancerClient. listProtocols(ListProtocolsRequest request)Methods in com.oracle.bmc.loadbalancer that return types with arguments of type ListProtocolsResponse Modifier and Type Method Description Future<ListProtocolsResponse>LoadBalancerAsync. listProtocols(ListProtocolsRequest request, AsyncHandler<ListProtocolsRequest,ListProtocolsResponse> handler)Lists all supported traffic protocols.Future<ListProtocolsResponse>LoadBalancerAsyncClient. listProtocols(ListProtocolsRequest request, AsyncHandler<ListProtocolsRequest,ListProtocolsResponse> handler)Iterable<ListProtocolsResponse>LoadBalancerPaginators. listProtocolsResponseIterator(ListProtocolsRequest request)Creates a new iterable which will iterate over the responses received from the listProtocols operation.Method parameters in com.oracle.bmc.loadbalancer with type arguments of type ListProtocolsResponse Modifier and Type Method Description Future<ListProtocolsResponse>LoadBalancerAsync. listProtocols(ListProtocolsRequest request, AsyncHandler<ListProtocolsRequest,ListProtocolsResponse> handler)Lists all supported traffic protocols.Future<ListProtocolsResponse>LoadBalancerAsyncClient. listProtocols(ListProtocolsRequest request, AsyncHandler<ListProtocolsRequest,ListProtocolsResponse> handler) - 
Uses of ListProtocolsResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return ListProtocolsResponse Modifier and Type Method Description ListProtocolsResponseListProtocolsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type ListProtocolsResponse Modifier and Type Method Description ListProtocolsResponse.BuilderListProtocolsResponse.Builder. copy(ListProtocolsResponse o)Copy method to populate the builder with values from the given instance. 
 -