Uses of Class
com.oracle.bmc.core.requests.UpdateNetworkSecurityGroupSecurityRulesRequest
-
Packages that use UpdateNetworkSecurityGroupSecurityRulesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateNetworkSecurityGroupSecurityRulesRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type UpdateNetworkSecurityGroupSecurityRulesRequest 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 UpdateNetworkSecurityGroupSecurityRulesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateNetworkSecurityGroupSecurityRulesRequest Modifier and Type Method Description UpdateNetworkSecurityGroupSecurityRulesRequest
UpdateNetworkSecurityGroupSecurityRulesRequest.Builder. build()
Build the instance of UpdateNetworkSecurityGroupSecurityRulesRequest as configured by this builderUpdateNetworkSecurityGroupSecurityRulesRequest
UpdateNetworkSecurityGroupSecurityRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateNetworkSecurityGroupSecurityRulesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateNetworkSecurityGroupSecurityRulesRequest Modifier and Type Method Description UpdateNetworkSecurityGroupSecurityRulesRequest.Builder
UpdateNetworkSecurityGroupSecurityRulesRequest.Builder. copy(UpdateNetworkSecurityGroupSecurityRulesRequest o)
Copy method to populate the builder with values from the given instance.
-