Uses of Class
com.oracle.bmc.networkfirewall.responses.DeleteDecryptionRuleResponse
-
Packages that use DeleteDecryptionRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of DeleteDecryptionRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return DeleteDecryptionRuleResponse Modifier and Type Method Description DeleteDecryptionRuleResponse
NetworkFirewall. deleteDecryptionRule(DeleteDecryptionRuleRequest request)
Deletes a Decryption Rule resource with the given identifier.DeleteDecryptionRuleResponse
NetworkFirewallClient. deleteDecryptionRule(DeleteDecryptionRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type DeleteDecryptionRuleResponse Modifier and Type Method Description Future<DeleteDecryptionRuleResponse>
NetworkFirewallAsync. deleteDecryptionRule(DeleteDecryptionRuleRequest request, AsyncHandler<DeleteDecryptionRuleRequest,DeleteDecryptionRuleResponse> handler)
Deletes a Decryption Rule resource with the given identifier.Future<DeleteDecryptionRuleResponse>
NetworkFirewallAsyncClient. deleteDecryptionRule(DeleteDecryptionRuleRequest request, AsyncHandler<DeleteDecryptionRuleRequest,DeleteDecryptionRuleResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteDecryptionRuleResponse Modifier and Type Method Description Future<DeleteDecryptionRuleResponse>
NetworkFirewallAsync. deleteDecryptionRule(DeleteDecryptionRuleRequest request, AsyncHandler<DeleteDecryptionRuleRequest,DeleteDecryptionRuleResponse> handler)
Deletes a Decryption Rule resource with the given identifier.Future<DeleteDecryptionRuleResponse>
NetworkFirewallAsyncClient. deleteDecryptionRule(DeleteDecryptionRuleRequest request, AsyncHandler<DeleteDecryptionRuleRequest,DeleteDecryptionRuleResponse> handler)
-
Uses of DeleteDecryptionRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DeleteDecryptionRuleResponse Modifier and Type Method Description DeleteDecryptionRuleResponse
DeleteDecryptionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DeleteDecryptionRuleResponse Modifier and Type Method Description DeleteDecryptionRuleResponse.Builder
DeleteDecryptionRuleResponse.Builder. copy(DeleteDecryptionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-