Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model.inventory |
Modifier and Type | Method and Description |
---|---|
static InventoryIncludedObjectVersions |
InventoryIncludedObjectVersions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryIncludedObjectVersions[] |
InventoryIncludedObjectVersions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InventoryConfiguration.setIncludedObjectVersions(InventoryIncludedObjectVersions includedObjectVersions)
Sets which object version(s) to included in the inventory results.
|
InventoryConfiguration |
InventoryConfiguration.withIncludedObjectVersions(InventoryIncludedObjectVersions includedObjectVersions)
Sets which object version(s) to included in the inventory results
and returns this object for method chaining.
|
Copyright © 2024. All rights reserved.