Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateMappedSecretRequest
-
Packages that use CreateMappedSecretRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateMappedSecretRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateMappedSecretRequest Modifier and Type Method Description CreateMappedSecretResponse
NetworkFirewall. createMappedSecret(CreateMappedSecretRequest request)
Creates a new Mapped Secret for the Network Firewall Policy.Future<CreateMappedSecretResponse>
NetworkFirewallAsync. createMappedSecret(CreateMappedSecretRequest request, AsyncHandler<CreateMappedSecretRequest,CreateMappedSecretResponse> handler)
Creates a new Mapped Secret for the Network Firewall Policy.Future<CreateMappedSecretResponse>
NetworkFirewallAsyncClient. createMappedSecret(CreateMappedSecretRequest request, AsyncHandler<CreateMappedSecretRequest,CreateMappedSecretResponse> handler)
CreateMappedSecretResponse
NetworkFirewallClient. createMappedSecret(CreateMappedSecretRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateMappedSecretRequest Modifier and Type Method Description Future<CreateMappedSecretResponse>
NetworkFirewallAsync. createMappedSecret(CreateMappedSecretRequest request, AsyncHandler<CreateMappedSecretRequest,CreateMappedSecretResponse> handler)
Creates a new Mapped Secret for the Network Firewall Policy.Future<CreateMappedSecretResponse>
NetworkFirewallAsyncClient. createMappedSecret(CreateMappedSecretRequest request, AsyncHandler<CreateMappedSecretRequest,CreateMappedSecretResponse> handler)
-
Uses of CreateMappedSecretRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateMappedSecretRequest Modifier and Type Method Description CreateMappedSecretRequest
CreateMappedSecretRequest.Builder. build()
Build the instance of CreateMappedSecretRequest as configured by this builderCreateMappedSecretRequest
CreateMappedSecretRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMappedSecretRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateMappedSecretRequest Modifier and Type Method Description CreateMappedSecretRequest.Builder
CreateMappedSecretRequest.Builder. copy(CreateMappedSecretRequest o)
Copy method to populate the builder with values from the given instance.
-