Package | Description |
---|---|
com.oracle.bmc.loadbalancer | |
com.oracle.bmc.loadbalancer.requests |
Modifier and Type | Method and Description |
---|---|
UpdateListenerResponse |
LoadBalancer.updateListener(UpdateListenerRequest request)
Updates a listener for a given load balancer.
|
UpdateListenerResponse |
LoadBalancerClient.updateListener(UpdateListenerRequest request) |
Future<UpdateListenerResponse> |
LoadBalancerAsyncClient.updateListener(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler) |
Future<UpdateListenerResponse> |
LoadBalancerAsync.updateListener(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
Updates a listener for a given load balancer.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateListenerResponse> |
LoadBalancerAsyncClient.updateListener(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler) |
Future<UpdateListenerResponse> |
LoadBalancerAsync.updateListener(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
Updates a listener for a given load balancer.
|
Modifier and Type | Method and Description |
---|---|
UpdateListenerRequest |
UpdateListenerRequest.Builder.build()
Build the instance of UpdateListenerRequest as configured by this builder
|
UpdateListenerRequest |
UpdateListenerRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateListenerRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.copy(UpdateListenerRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.