Uses of Class
com.oracle.bmc.filestorage.model.UpdateLdapIdmapDetails
-
Packages that use UpdateLdapIdmapDetails Package Description com.oracle.bmc.filestorage.model -
-
Uses of UpdateLdapIdmapDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return UpdateLdapIdmapDetails Modifier and Type Method Description UpdateLdapIdmapDetails
UpdateLdapIdmapDetails.Builder. build()
UpdateLdapIdmapDetails
UpdateMountTargetDetails. getLdapIdmap()
Methods in com.oracle.bmc.filestorage.model with parameters of type UpdateLdapIdmapDetails Modifier and Type Method Description UpdateLdapIdmapDetails.Builder
UpdateLdapIdmapDetails.Builder. copy(UpdateLdapIdmapDetails model)
UpdateMountTargetDetails.Builder
UpdateMountTargetDetails.Builder. ldapIdmap(UpdateLdapIdmapDetails ldapIdmap)
Constructors in com.oracle.bmc.filestorage.model with parameters of type UpdateLdapIdmapDetails Constructor Description UpdateMountTargetDetails(String displayName, MountTarget.IdmapType idmapType, UpdateLdapIdmapDetails ldapIdmap, List<String> nsgIds, UpdateKerberosDetails kerberos, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-