Package | Description |
---|---|
com.oracle.bmc.loadbalancer | |
com.oracle.bmc.loadbalancer.requests |
Modifier and Type | Method and Description |
---|---|
ListProtocolsResponse |
LoadBalancer.listProtocols(ListProtocolsRequest request)
Lists all supported traffic protocols.
|
ListProtocolsResponse |
LoadBalancerClient.listProtocols(ListProtocolsRequest request) |
Future<ListProtocolsResponse> |
LoadBalancerAsyncClient.listProtocols(ListProtocolsRequest request,
AsyncHandler<ListProtocolsRequest,ListProtocolsResponse> handler) |
Future<ListProtocolsResponse> |
LoadBalancerAsync.listProtocols(ListProtocolsRequest request,
AsyncHandler<ListProtocolsRequest,ListProtocolsResponse> handler)
Lists all supported traffic protocols.
|
Iterable<LoadBalancerProtocol> |
LoadBalancerPaginators.listProtocolsRecordIterator(ListProtocolsRequest request)
Creates a new iterable which will iterate over the
LoadBalancerProtocol 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListProtocolsResponse> |
LoadBalancerAsyncClient.listProtocols(ListProtocolsRequest request,
AsyncHandler<ListProtocolsRequest,ListProtocolsResponse> handler) |
Future<ListProtocolsResponse> |
LoadBalancerAsync.listProtocols(ListProtocolsRequest request,
AsyncHandler<ListProtocolsRequest,ListProtocolsResponse> handler)
Lists all supported traffic protocols.
|
Modifier and Type | Method and Description |
---|---|
ListProtocolsRequest |
ListProtocolsRequest.Builder.build()
Build the instance of ListProtocolsRequest as configured by this builder
|
ListProtocolsRequest |
ListProtocolsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListProtocolsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListProtocolsRequest.Builder |
ListProtocolsRequest.Builder.copy(ListProtocolsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.