Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateMappedSecretResponse
- 
Packages that use UpdateMappedSecretResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses 
- 
- 
Uses of UpdateMappedSecretResponse in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall that return UpdateMappedSecretResponse Modifier and Type Method Description UpdateMappedSecretResponseNetworkFirewall. updateMappedSecret(UpdateMappedSecretRequest request)Updates the Mapped Secret with the given name in the network firewall policy.UpdateMappedSecretResponseNetworkFirewallClient. updateMappedSecret(UpdateMappedSecretRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateMappedSecretResponse Modifier and Type Method Description Future<UpdateMappedSecretResponse>NetworkFirewallAsync. updateMappedSecret(UpdateMappedSecretRequest request, AsyncHandler<UpdateMappedSecretRequest,UpdateMappedSecretResponse> handler)Updates the Mapped Secret with the given name in the network firewall policy.Future<UpdateMappedSecretResponse>NetworkFirewallAsyncClient. updateMappedSecret(UpdateMappedSecretRequest request, AsyncHandler<UpdateMappedSecretRequest,UpdateMappedSecretResponse> handler)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateMappedSecretResponse Modifier and Type Method Description Future<UpdateMappedSecretResponse>NetworkFirewallAsync. updateMappedSecret(UpdateMappedSecretRequest request, AsyncHandler<UpdateMappedSecretRequest,UpdateMappedSecretResponse> handler)Updates the Mapped Secret with the given name in the network firewall policy.Future<UpdateMappedSecretResponse>NetworkFirewallAsyncClient. updateMappedSecret(UpdateMappedSecretRequest request, AsyncHandler<UpdateMappedSecretRequest,UpdateMappedSecretResponse> handler)
- 
Uses of UpdateMappedSecretResponse in com.oracle.bmc.networkfirewall.responsesMethods in com.oracle.bmc.networkfirewall.responses that return UpdateMappedSecretResponse Modifier and Type Method Description UpdateMappedSecretResponseUpdateMappedSecretResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateMappedSecretResponse Modifier and Type Method Description UpdateMappedSecretResponse.BuilderUpdateMappedSecretResponse.Builder. copy(UpdateMappedSecretResponse o)Copy method to populate the builder with values from the given instance.
 
-