Uses of Class
com.oracle.bmc.networkfirewall.responses.GetMappedSecretResponse
-
Packages that use GetMappedSecretResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of GetMappedSecretResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return GetMappedSecretResponse Modifier and Type Method Description GetMappedSecretResponse
NetworkFirewall. getMappedSecret(GetMappedSecretRequest request)
Get Mapped Secret by the given name in the context of network firewall policy.GetMappedSecretResponse
NetworkFirewallClient. getMappedSecret(GetMappedSecretRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type GetMappedSecretResponse Modifier and Type Method Description Future<GetMappedSecretResponse>
NetworkFirewallAsync. getMappedSecret(GetMappedSecretRequest request, AsyncHandler<GetMappedSecretRequest,GetMappedSecretResponse> handler)
Get Mapped Secret by the given name in the context of network firewall policy.Future<GetMappedSecretResponse>
NetworkFirewallAsyncClient. getMappedSecret(GetMappedSecretRequest request, AsyncHandler<GetMappedSecretRequest,GetMappedSecretResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetMappedSecretResponse Modifier and Type Method Description Future<GetMappedSecretResponse>
NetworkFirewallAsync. getMappedSecret(GetMappedSecretRequest request, AsyncHandler<GetMappedSecretRequest,GetMappedSecretResponse> handler)
Get Mapped Secret by the given name in the context of network firewall policy.Future<GetMappedSecretResponse>
NetworkFirewallAsyncClient. getMappedSecret(GetMappedSecretRequest request, AsyncHandler<GetMappedSecretRequest,GetMappedSecretResponse> handler)
-
Uses of GetMappedSecretResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return GetMappedSecretResponse Modifier and Type Method Description GetMappedSecretResponse
GetMappedSecretResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type GetMappedSecretResponse Modifier and Type Method Description GetMappedSecretResponse.Builder
GetMappedSecretResponse.Builder. copy(GetMappedSecretResponse o)
Copy method to populate the builder with values from the given instance.
-