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