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