Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateMappedSecretRequest
-
Packages that use UpdateMappedSecretRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateMappedSecretRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type UpdateMappedSecretRequest Modifier and Type Method Description UpdateMappedSecretResponse
NetworkFirewall. updateMappedSecret(UpdateMappedSecretRequest request)
Updates the Mapped Secret with the given name in the network firewall policy.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)
UpdateMappedSecretResponse
NetworkFirewallClient. updateMappedSecret(UpdateMappedSecretRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateMappedSecretRequest 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 UpdateMappedSecretRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateMappedSecretRequest Modifier and Type Method Description UpdateMappedSecretRequest
UpdateMappedSecretRequest.Builder. build()
Build the instance of UpdateMappedSecretRequest as configured by this builderUpdateMappedSecretRequest
UpdateMappedSecretRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMappedSecretRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateMappedSecretRequest Modifier and Type Method Description UpdateMappedSecretRequest.Builder
UpdateMappedSecretRequest.Builder. copy(UpdateMappedSecretRequest o)
Copy method to populate the builder with values from the given instance.
-