Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model.inventory |
Modifier and Type | Method and Description |
---|---|
static InventoryFrequency |
InventoryFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryFrequency[] |
InventoryFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InventorySchedule.setFrequency(InventoryFrequency frequency)
Sets the frequency for producing inventory results.
|
InventorySchedule |
InventorySchedule.withFrequency(InventoryFrequency frequency)
Sets the frequency for producing inventory results
and returns
InventorySchedule object
for method chaining. |
Copyright © 2024. All rights reserved.