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