Uses of Class
com.oracle.bmc.identitydomains.model.AppCloudControlProperties
-
Packages that use AppCloudControlProperties Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppCloudControlProperties in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppCloudControlProperties Modifier and Type Method Description AppCloudControlProperties
AppCloudControlProperties.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppCloudControlProperties Modifier and Type Method Description List<AppCloudControlProperties>
App. getCloudControlProperties()
A collection of arbitrary properties that scope the privileges of a cloud-control App.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppCloudControlProperties Modifier and Type Method Description AppCloudControlProperties.Builder
AppCloudControlProperties.Builder. copy(AppCloudControlProperties model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppCloudControlProperties Modifier and Type Method Description App.Builder
App.Builder. cloudControlProperties(List<AppCloudControlProperties> cloudControlProperties)
A collection of arbitrary properties that scope the privileges of a cloud-control App.
-