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