Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Field and Description |
---|---|
private ExtraMaterialsDescription.ConflictResolution |
ExtraMaterialsDescription.resolve
Resolution behavior when there are overlapping entries.
|
Modifier and Type | Method and Description |
---|---|
ExtraMaterialsDescription.ConflictResolution |
ExtraMaterialsDescription.getConflictResolution()
Returns the conflict resolution strategy; neve null.
|
static ExtraMaterialsDescription.ConflictResolution |
ExtraMaterialsDescription.ConflictResolution.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtraMaterialsDescription.ConflictResolution[] |
ExtraMaterialsDescription.ConflictResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExtraMaterialsDescription(java.util.Map<java.lang.String,java.lang.String> matdesc,
ExtraMaterialsDescription.ConflictResolution resolve) |