Package | Description |
---|---|
com.amazonaws.services.s3.model.inventory |
Modifier and Type | Method and Description |
---|---|
InventoryDestination |
InventoryConfiguration.getDestination()
Returns the
InventoryDestination that contains information
about where to publish the inventory results. |
InventoryDestination |
InventoryDestination.withS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
Sets the
InventoryS3BucketDestination which contains S3 bucket destination information
of where inventory results are published. |
Modifier and Type | Method and Description |
---|---|
void |
InventoryConfiguration.setDestination(InventoryDestination destination)
Sets the
InventoryDestination that contains information
about where to publish the inventory results. |
InventoryConfiguration |
InventoryConfiguration.withDestination(InventoryDestination destination)
Sets the
InventoryDestination that contains information
about where to publish the inventory results and returns
this object for method chaining. |
Copyright © 2022. All rights reserved.