Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model.inventory |
Modifier and Type | Method and Description |
---|---|
InventoryConfiguration |
GetBucketInventoryConfigurationResult.getInventoryConfiguration()
Returns the requested inventory configuration.
|
InventoryConfiguration |
SetBucketInventoryConfigurationRequest.getInventoryConfiguration()
Returns the inventory configuration.
|
Modifier and Type | Method and Description |
---|---|
List<InventoryConfiguration> |
ListBucketInventoryConfigurationsResult.getInventoryConfigurationList()
Returns the list of inventory configurations for a bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
GetBucketInventoryConfigurationResult.setInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Sets the inventory configuration.
|
void |
SetBucketInventoryConfigurationRequest.setInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Sets the inventory configuration.
|
GetBucketInventoryConfigurationResult |
GetBucketInventoryConfigurationResult.withInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Sets the inventory configuration and returns the
GetBucketInventoryConfigurationResult object
for method chaining. |
SetBucketInventoryConfigurationRequest |
SetBucketInventoryConfigurationRequest.withInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Sets the inventory configuration and returns the
SetBucketInventoryConfigurationRequest object
for method chaining. |
Modifier and Type | Method and Description |
---|---|
void |
ListBucketInventoryConfigurationsResult.setInventoryConfigurationList(List<InventoryConfiguration> inventoryConfigurationList)
Sets the list of inventory configurations for a bucket.
|
ListBucketInventoryConfigurationsResult |
ListBucketInventoryConfigurationsResult.withInventoryConfigurationList(List<InventoryConfiguration> inventoryConfigurationList)
Returns the list of inventory configurations for a bucket and returns
ListBucketInventoryConfigurationsResult object for method chaining. |
Constructor and Description |
---|
SetBucketInventoryConfigurationRequest(String bucketName,
InventoryConfiguration inventoryConfiguration) |
Modifier and Type | Method and Description |
---|---|
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. |
InventoryConfiguration |
InventoryConfiguration.withEnabled(Boolean enabled)
Sets the value whether the inventory is enabled or disabled
and returns this object for method chaining.
|
InventoryConfiguration |
InventoryConfiguration.withFilter(InventoryFilter inventoryFilter)
Sets the inventoryFilter used to describe a set of objects
to include in inventory results.
|
InventoryConfiguration |
InventoryConfiguration.withId(String id)
Sets the ID used to identify the inventory configuration
and returns this object for method chaining.
|
InventoryConfiguration |
InventoryConfiguration.withIncludedObjectVersions(InventoryIncludedObjectVersions includedObjectVersions)
Sets which object version(s) to included in the inventory results
and returns this object for method chaining.
|
InventoryConfiguration |
InventoryConfiguration.withIncludedObjectVersions(String includedObjectVersions)
Sets which object version(s) to included in the inventory results
and returns this object for method chaining.
|
InventoryConfiguration |
InventoryConfiguration.withOptionalFields(List<String> optionalFields)
Sets the optional fields that are included in the inventory results.
|
InventoryConfiguration |
InventoryConfiguration.withSchedule(InventorySchedule schedule)
Returns the schedule for generating inventory results
and returns
InventoryConfiguration object
for method chaining. |
Copyright © 2024. All rights reserved.