Uses of Class
com.exoscale.sdk.model.ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum
-
Packages that use ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum Package Description com.exoscale.sdk.model -
-
Uses of ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum Modifier and Type Method Description static ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum
ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum. fromValue(String value)
ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum
ConfigureLogCleanerForTopicCompaction. getLogCleanupPolicy()
The default cleanup policy for segments beyond the retention windowstatic ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum
ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum[]
ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum Modifier and Type Method Description ConfigureLogCleanerForTopicCompaction
ConfigureLogCleanerForTopicCompaction. logCleanupPolicy(ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum logCleanupPolicy)
void
ConfigureLogCleanerForTopicCompaction. setLogCleanupPolicy(ConfigureLogCleanerForTopicCompaction.LogCleanupPolicyEnum logCleanupPolicy)
-