Uses of Class
com.oracle.bmc.networkfirewall.model.CreateMappedSecretDetails
-
Packages that use CreateMappedSecretDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateMappedSecretDetails in com.oracle.bmc.networkfirewall.model
Subclasses of CreateMappedSecretDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
CreateVaultMappedSecretDetails
The request details to be created in the Vault Mapped Secret for the policy. -
Uses of CreateMappedSecretDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateMappedSecretDetails Modifier and Type Method Description CreateMappedSecretDetails
CreateMappedSecretRequest. getBody$()
Alternative accessor for the body parameter.CreateMappedSecretDetails
CreateMappedSecretRequest. getCreateMappedSecretDetails()
Request Details to create the Network Firewall Policy Resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateMappedSecretDetails Modifier and Type Method Description CreateMappedSecretRequest.Builder
CreateMappedSecretRequest.Builder. body$(CreateMappedSecretDetails body)
Alternative setter for the body parameter.CreateMappedSecretRequest.Builder
CreateMappedSecretRequest.Builder. createMappedSecretDetails(CreateMappedSecretDetails createMappedSecretDetails)
Request Details to create the Network Firewall Policy Resource.
-