Uses of Class
com.oracle.bmc.identitydomains.model.MyApiKeyUser
-
Packages that use MyApiKeyUser Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyApiKeyUser in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyApiKeyUser Modifier and Type Method Description MyApiKeyUser
MyApiKeyUser.Builder. build()
MyApiKeyUser
MyApiKey. getUser()
Methods in com.oracle.bmc.identitydomains.model with parameters of type MyApiKeyUser Modifier and Type Method Description MyApiKeyUser.Builder
MyApiKeyUser.Builder. copy(MyApiKeyUser model)
MyApiKey.Builder
MyApiKey.Builder. user(MyApiKeyUser user)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyApiKeyUser Constructor Description MyApiKey(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String description, String fingerprint, String key, MyApiKeyUser user)
Deprecated.
-