Uses of Class
com.oracle.bmc.core.responses.UpdateNetworkSecurityGroupSecurityRulesResponse
-
Packages that use UpdateNetworkSecurityGroupSecurityRulesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateNetworkSecurityGroupSecurityRulesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateNetworkSecurityGroupSecurityRulesResponse Modifier and Type Method Description UpdateNetworkSecurityGroupSecurityRulesResponse
VirtualNetwork. updateNetworkSecurityGroupSecurityRules(UpdateNetworkSecurityGroupSecurityRulesRequest request)
Updates one or more security rules in the specified network security group.UpdateNetworkSecurityGroupSecurityRulesResponse
VirtualNetworkClient. updateNetworkSecurityGroupSecurityRules(UpdateNetworkSecurityGroupSecurityRulesRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateNetworkSecurityGroupSecurityRulesResponse Modifier and Type Method Description Future<UpdateNetworkSecurityGroupSecurityRulesResponse>
VirtualNetworkAsync. updateNetworkSecurityGroupSecurityRules(UpdateNetworkSecurityGroupSecurityRulesRequest request, AsyncHandler<UpdateNetworkSecurityGroupSecurityRulesRequest,UpdateNetworkSecurityGroupSecurityRulesResponse> handler)
Updates one or more security rules in the specified network security group.Future<UpdateNetworkSecurityGroupSecurityRulesResponse>
VirtualNetworkAsyncClient. updateNetworkSecurityGroupSecurityRules(UpdateNetworkSecurityGroupSecurityRulesRequest request, AsyncHandler<UpdateNetworkSecurityGroupSecurityRulesRequest,UpdateNetworkSecurityGroupSecurityRulesResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateNetworkSecurityGroupSecurityRulesResponse Modifier and Type Method Description Future<UpdateNetworkSecurityGroupSecurityRulesResponse>
VirtualNetworkAsync. updateNetworkSecurityGroupSecurityRules(UpdateNetworkSecurityGroupSecurityRulesRequest request, AsyncHandler<UpdateNetworkSecurityGroupSecurityRulesRequest,UpdateNetworkSecurityGroupSecurityRulesResponse> handler)
Updates one or more security rules in the specified network security group.Future<UpdateNetworkSecurityGroupSecurityRulesResponse>
VirtualNetworkAsyncClient. updateNetworkSecurityGroupSecurityRules(UpdateNetworkSecurityGroupSecurityRulesRequest request, AsyncHandler<UpdateNetworkSecurityGroupSecurityRulesRequest,UpdateNetworkSecurityGroupSecurityRulesResponse> handler)
-
Uses of UpdateNetworkSecurityGroupSecurityRulesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateNetworkSecurityGroupSecurityRulesResponse Modifier and Type Method Description UpdateNetworkSecurityGroupSecurityRulesResponse
UpdateNetworkSecurityGroupSecurityRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateNetworkSecurityGroupSecurityRulesResponse Modifier and Type Method Description UpdateNetworkSecurityGroupSecurityRulesResponse.Builder
UpdateNetworkSecurityGroupSecurityRulesResponse.Builder. copy(UpdateNetworkSecurityGroupSecurityRulesResponse o)
Copy method to populate the builder with values from the given instance.
-