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.model
Subclasses of UpdateMappedSecretDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
UpdateVaultMappedSecretDetails
The request details to be updated in the Vault Mapped Secret for the policy. -
Uses of UpdateMappedSecretDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateMappedSecretDetails Modifier and Type Method Description UpdateMappedSecretDetails
UpdateMappedSecretRequest. getBody$()
Alternative accessor for the body parameter.UpdateMappedSecretDetails
UpdateMappedSecretRequest. getUpdateMappedSecretDetails()
The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateMappedSecretDetails Modifier and Type Method Description UpdateMappedSecretRequest.Builder
UpdateMappedSecretRequest.Builder. body$(UpdateMappedSecretDetails body)
Alternative setter for the body parameter.UpdateMappedSecretRequest.Builder
UpdateMappedSecretRequest.Builder. updateMappedSecretDetails(UpdateMappedSecretDetails updateMappedSecretDetails)
The information to be updated.
-