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