| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
AllowsUnencryptedObjectUploads |
S3Bucket.allowsUnencryptedObjectUploads()
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are
uploaded to the bucket.
|
AllowsUnencryptedObjectUploads |
BucketMetadata.allowsUnencryptedObjectUploads()
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are
uploaded to the bucket.
|
static AllowsUnencryptedObjectUploads |
AllowsUnencryptedObjectUploads.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AllowsUnencryptedObjectUploads |
AllowsUnencryptedObjectUploads.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowsUnencryptedObjectUploads[] |
AllowsUnencryptedObjectUploads.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AllowsUnencryptedObjectUploads> |
AllowsUnencryptedObjectUploads.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3Bucket.Builder |
S3Bucket.Builder.allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects
are uploaded to the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects
are uploaded to the bucket.
|
Copyright © 2021. All rights reserved.