Uses of Class
com.oracle.bmc.networkfirewall.requests.DeleteDecryptionRuleRequest
-
Packages that use DeleteDecryptionRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of DeleteDecryptionRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type DeleteDecryptionRuleRequest Modifier and Type Method Description DeleteDecryptionRuleResponse
NetworkFirewall. deleteDecryptionRule(DeleteDecryptionRuleRequest request)
Deletes a Decryption Rule resource with the given identifier.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)
DeleteDecryptionRuleResponse
NetworkFirewallClient. deleteDecryptionRule(DeleteDecryptionRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteDecryptionRuleRequest 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 DeleteDecryptionRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return DeleteDecryptionRuleRequest Modifier and Type Method Description DeleteDecryptionRuleRequest
DeleteDecryptionRuleRequest.Builder. build()
Build the instance of DeleteDecryptionRuleRequest as configured by this builderDeleteDecryptionRuleRequest
DeleteDecryptionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDecryptionRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type DeleteDecryptionRuleRequest Modifier and Type Method Description DeleteDecryptionRuleRequest.Builder
DeleteDecryptionRuleRequest.Builder. copy(DeleteDecryptionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-