Uses of Class
software.amazon.awssdk.services.macie2.model.AllowsUnencryptedObjectUploads
-
Packages that use AllowsUnencryptedObjectUploads Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AllowsUnencryptedObjectUploads in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AllowsUnencryptedObjectUploads Modifier and Type Method Description AllowsUnencryptedObjectUploadsBucketMetadata. allowsUnencryptedObjectUploads()Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket.AllowsUnencryptedObjectUploadsS3Bucket. allowsUnencryptedObjectUploads()Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket.static AllowsUnencryptedObjectUploadsAllowsUnencryptedObjectUploads. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AllowsUnencryptedObjectUploadsAllowsUnencryptedObjectUploads. 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.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AllowsUnencryptedObjectUploads Modifier and Type Method Description static Set<AllowsUnencryptedObjectUploads>AllowsUnencryptedObjectUploads. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type AllowsUnencryptedObjectUploads Modifier and Type Method Description BucketMetadata.BuilderBucketMetadata.Builder. allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket.S3Bucket.BuilderS3Bucket.Builder. allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket.
-