Interface | Description |
---|---|
InventoryEncryption |
Interface for different types of encryption options for bucket inventories.
|
InventoryPredicateVisitor |
Interface to invoke specific behavior based on the type of
InventoryFilterPredicate visited. |
Class | Description |
---|---|
InventoryConfiguration |
Specifies the inventory configuration for an Amazon S3 bucket.
|
InventoryDestination |
Information about where to publish the inventory results.
|
InventoryFilter |
Specifies an inventory filter.
|
InventoryFilterPredicate |
Base class to represent the root predicate in
InventoryFilter class. |
InventoryPrefixPredicate |
A
InventoryFilterPredicate class to represent the
prefix to use when evaluating an inventory filter. |
InventoryS3BucketDestination |
Contains the bucket name, file format, bucket owner (optional),
and prefix (optional) where inventory results are published.
|
InventorySchedule |
Schedule for generating inventory results.
|
ServerSideEncryptionKMS |
Implementation of
InventoryEncryption for server side encryption with KMS. |
ServerSideEncryptionS3 |
Implementation of
InventoryEncryption for server side encryption with S3 managed keys. |
Enum | Description |
---|---|
InventoryFormat |
The output format of the inventory results.
|
InventoryFrequency |
The frequency for producing inventory results.
|
InventoryIncludedObjectVersions |
The object version(s) that can be included in the inventory results.
|
InventoryOptionalField |
The optional fields that can be included in the inventory results.
|
Copyright © 2022. All rights reserved.