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.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateMappedSecretResponse Modifier and Type Method Description UpdateMappedSecretResponse
NetworkFirewall. updateMappedSecret(UpdateMappedSecretRequest request)
Updates the Mapped Secret with the given name in the network firewall policy.UpdateMappedSecretResponse
NetworkFirewallClient. 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.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateMappedSecretResponse Modifier and Type Method Description UpdateMappedSecretResponse
UpdateMappedSecretResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateMappedSecretResponse Modifier and Type Method Description UpdateMappedSecretResponse.Builder
UpdateMappedSecretResponse.Builder. copy(UpdateMappedSecretResponse o)
Copy method to populate the builder with values from the given instance.
-