Uses of Class
com.oracle.bmc.loadbalancer.requests.ListProtocolsRequest
-
Packages that use ListProtocolsRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of ListProtocolsRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type ListProtocolsRequest Modifier and Type Method Description ListProtocolsResponse
LoadBalancer. listProtocols(ListProtocolsRequest request)
Lists all supported traffic protocols.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)
ListProtocolsResponse
LoadBalancerClient. listProtocols(ListProtocolsRequest request)
Iterable<LoadBalancerProtocol>
LoadBalancerPaginators. listProtocolsRecordIterator(ListProtocolsRequest request)
Creates a new iterable which will iterate over theLoadBalancerProtocol
objects contained in responses from the listProtocols operation.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 ListProtocolsRequest 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 ListProtocolsRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return ListProtocolsRequest Modifier and Type Method Description ListProtocolsRequest
ListProtocolsRequest.Builder. build()
Build the instance of ListProtocolsRequest as configured by this builderListProtocolsRequest
ListProtocolsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListProtocolsRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type ListProtocolsRequest Modifier and Type Method Description ListProtocolsRequest.Builder
ListProtocolsRequest.Builder. copy(ListProtocolsRequest o)
Copy method to populate the builder with values from the given instance.
-