Package | Description |
---|---|
com.amazonaws.services.s3.model.inventory |
Modifier and Type | Method and Description |
---|---|
InventorySchedule |
InventoryConfiguration.getSchedule()
Returns the schedule for generating inventory results.
|
InventorySchedule |
InventorySchedule.withFrequency(InventoryFrequency frequency)
Sets the frequency for producing inventory results
and returns
InventorySchedule object
for method chaining. |
InventorySchedule |
InventorySchedule.withFrequency(String frequency)
Sets the frequency for producing inventory results
and returns
InventorySchedule object
for method chaining. |
Modifier and Type | Method and Description |
---|---|
void |
InventoryConfiguration.setSchedule(InventorySchedule schedule)
Sets the schedule for generating inventory results.
|
InventoryConfiguration |
InventoryConfiguration.withSchedule(InventorySchedule schedule)
Returns the schedule for generating inventory results
and returns
InventoryConfiguration object
for method chaining. |
Copyright © 2022. All rights reserved.