Uses of Class
com.oracle.bmc.identitydomains.model.AppCertificates
-
Packages that use AppCertificates Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppCertificates in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppCertificates Modifier and Type Method Description AppCertificates
AppCertificates.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppCertificates Modifier and Type Method Description List<AppCertificates>
App. getCertificates()
Each value of this attribute represent a certificate that this App uses when it acts as an OAuthClient.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppCertificates Modifier and Type Method Description AppCertificates.Builder
AppCertificates.Builder. copy(AppCertificates model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppCertificates Modifier and Type Method Description App.Builder
App.Builder. certificates(List<AppCertificates> certificates)
Each value of this attribute represent a certificate that this App uses when it acts as an OAuthClient.
-