Uses of Class
com.oracle.bmc.identitydomains.model.MeX509Certificates
-
Packages that use MeX509Certificates Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MeX509Certificates in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MeX509Certificates Modifier and Type Method Description MeX509Certificates
MeX509Certificates.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MeX509Certificates Modifier and Type Method Description List<MeX509Certificates>
Me. getX509Certificates()
A list of certificates issued to the User.Methods in com.oracle.bmc.identitydomains.model with parameters of type MeX509Certificates Modifier and Type Method Description MeX509Certificates.Builder
MeX509Certificates.Builder. copy(MeX509Certificates model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MeX509Certificates Modifier and Type Method Description Me.Builder
Me.Builder. x509Certificates(List<MeX509Certificates> x509Certificates)
A list of certificates issued to the User.
-