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