Uses of Class
com.oracle.bmc.networkfirewall.model.UpdateMappedSecretDetails
- 
Packages that use UpdateMappedSecretDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests 
- 
- 
Uses of UpdateMappedSecretDetails in com.oracle.bmc.networkfirewall.modelSubclasses of UpdateMappedSecretDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description classUpdateVaultMappedSecretDetailsThe request details to be updated in the Vault Mapped Secret for the policy.
- 
Uses of UpdateMappedSecretDetails in com.oracle.bmc.networkfirewall.requestsMethods in com.oracle.bmc.networkfirewall.requests that return UpdateMappedSecretDetails Modifier and Type Method Description UpdateMappedSecretDetailsUpdateMappedSecretRequest. getBody$()Alternative accessor for the body parameter.UpdateMappedSecretDetailsUpdateMappedSecretRequest. getUpdateMappedSecretDetails()The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateMappedSecretDetails Modifier and Type Method Description UpdateMappedSecretRequest.BuilderUpdateMappedSecretRequest.Builder. body$(UpdateMappedSecretDetails body)Alternative setter for the body parameter.UpdateMappedSecretRequest.BuilderUpdateMappedSecretRequest.Builder. updateMappedSecretDetails(UpdateMappedSecretDetails updateMappedSecretDetails)The information to be updated.
 
-