Uses of Class
com.oracle.bmc.jms.model.BlocklistEntry
-
Packages that use BlocklistEntry Package Description com.oracle.bmc.jms.model -
-
Uses of BlocklistEntry in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return BlocklistEntry Modifier and Type Method Description BlocklistEntry
BlocklistEntry.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type BlocklistEntry Modifier and Type Method Description List<BlocklistEntry>
InstallationSite. getBlocklist()
The list of operations that are blocklisted.List<BlocklistEntry>
InstallationSiteSummary. getBlocklist()
The list of operations that are blocklisted.Methods in com.oracle.bmc.jms.model with parameters of type BlocklistEntry Modifier and Type Method Description BlocklistEntry.Builder
BlocklistEntry.Builder. copy(BlocklistEntry model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type BlocklistEntry Modifier and Type Method Description InstallationSite.Builder
InstallationSite.Builder. blocklist(List<BlocklistEntry> blocklist)
The list of operations that are blocklisted.InstallationSiteSummary.Builder
InstallationSiteSummary.Builder. blocklist(List<BlocklistEntry> blocklist)
The list of operations that are blocklisted.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type BlocklistEntry Constructor Description InstallationSite(String installationKey, String managedInstanceId, JavaRuntimeId jre, String path, OperatingSystem operatingSystem, Integer approximateApplicationCount, Date timeLastSeen, List<BlocklistEntry> blocklist, LifecycleState lifecycleState, ManagedInstanceType managedInstanceType, String hostname)
Deprecated.InstallationSiteSummary(String installationKey, String managedInstanceId, JavaRuntimeId jre, JreSecurityStatus securityStatus, String path, OperatingSystem operatingSystem, Integer approximateApplicationCount, Date timeLastSeen, List<BlocklistEntry> blocklist, LifecycleState lifecycleState)
Deprecated.
-