Uses of Class
com.oracle.bmc.loadbalancer.responses.UpdateSSLCipherSuiteResponse
-
Packages that use UpdateSSLCipherSuiteResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of UpdateSSLCipherSuiteResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return UpdateSSLCipherSuiteResponse Modifier and Type Method Description UpdateSSLCipherSuiteResponse
LoadBalancer. updateSSLCipherSuite(UpdateSSLCipherSuiteRequest request)
Updates an existing SSL cipher suite for the specified load balancer.UpdateSSLCipherSuiteResponse
LoadBalancerClient. updateSSLCipherSuite(UpdateSSLCipherSuiteRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type UpdateSSLCipherSuiteResponse Modifier and Type Method Description Future<UpdateSSLCipherSuiteResponse>
LoadBalancerAsync. updateSSLCipherSuite(UpdateSSLCipherSuiteRequest request, AsyncHandler<UpdateSSLCipherSuiteRequest,UpdateSSLCipherSuiteResponse> handler)
Updates an existing SSL cipher suite for the specified load balancer.Future<UpdateSSLCipherSuiteResponse>
LoadBalancerAsyncClient. updateSSLCipherSuite(UpdateSSLCipherSuiteRequest request, AsyncHandler<UpdateSSLCipherSuiteRequest,UpdateSSLCipherSuiteResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdateSSLCipherSuiteResponse Modifier and Type Method Description Future<UpdateSSLCipherSuiteResponse>
LoadBalancerAsync. updateSSLCipherSuite(UpdateSSLCipherSuiteRequest request, AsyncHandler<UpdateSSLCipherSuiteRequest,UpdateSSLCipherSuiteResponse> handler)
Updates an existing SSL cipher suite for the specified load balancer.Future<UpdateSSLCipherSuiteResponse>
LoadBalancerAsyncClient. updateSSLCipherSuite(UpdateSSLCipherSuiteRequest request, AsyncHandler<UpdateSSLCipherSuiteRequest,UpdateSSLCipherSuiteResponse> handler)
-
Uses of UpdateSSLCipherSuiteResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return UpdateSSLCipherSuiteResponse Modifier and Type Method Description UpdateSSLCipherSuiteResponse
UpdateSSLCipherSuiteResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type UpdateSSLCipherSuiteResponse Modifier and Type Method Description UpdateSSLCipherSuiteResponse.Builder
UpdateSSLCipherSuiteResponse.Builder. copy(UpdateSSLCipherSuiteResponse o)
Copy method to populate the builder with values from the given instance.
-