Uses of Class
com.oracle.bmc.loadbalancer.responses.UpdateNetworkSecurityGroupsResponse
-
Packages that use UpdateNetworkSecurityGroupsResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of UpdateNetworkSecurityGroupsResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return UpdateNetworkSecurityGroupsResponse Modifier and Type Method Description UpdateNetworkSecurityGroupsResponse
LoadBalancer. updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)
Updates the network security groups associated with the specified load balancer.UpdateNetworkSecurityGroupsResponse
LoadBalancerClient. updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type UpdateNetworkSecurityGroupsResponse Modifier and Type Method Description Future<UpdateNetworkSecurityGroupsResponse>
LoadBalancerAsync. updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request, AsyncHandler<UpdateNetworkSecurityGroupsRequest,UpdateNetworkSecurityGroupsResponse> handler)
Updates the network security groups associated with the specified load balancer.Future<UpdateNetworkSecurityGroupsResponse>
LoadBalancerAsyncClient. updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request, AsyncHandler<UpdateNetworkSecurityGroupsRequest,UpdateNetworkSecurityGroupsResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdateNetworkSecurityGroupsResponse Modifier and Type Method Description Future<UpdateNetworkSecurityGroupsResponse>
LoadBalancerAsync. updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request, AsyncHandler<UpdateNetworkSecurityGroupsRequest,UpdateNetworkSecurityGroupsResponse> handler)
Updates the network security groups associated with the specified load balancer.Future<UpdateNetworkSecurityGroupsResponse>
LoadBalancerAsyncClient. updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request, AsyncHandler<UpdateNetworkSecurityGroupsRequest,UpdateNetworkSecurityGroupsResponse> handler)
-
Uses of UpdateNetworkSecurityGroupsResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return UpdateNetworkSecurityGroupsResponse Modifier and Type Method Description UpdateNetworkSecurityGroupsResponse
UpdateNetworkSecurityGroupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type UpdateNetworkSecurityGroupsResponse Modifier and Type Method Description UpdateNetworkSecurityGroupsResponse.Builder
UpdateNetworkSecurityGroupsResponse.Builder. copy(UpdateNetworkSecurityGroupsResponse o)
Copy method to populate the builder with values from the given instance.
-