Uses of Class
com.google.cloud.storage.BucketInfo.EncryptionEnforcementRestrictionMode
Packages that use BucketInfo.EncryptionEnforcementRestrictionMode
-
Uses of BucketInfo.EncryptionEnforcementRestrictionMode in com.google.cloud.storage
Fields in com.google.cloud.storage declared as BucketInfo.EncryptionEnforcementRestrictionModeModifier and TypeFieldDescriptionstatic final BucketInfo.EncryptionEnforcementRestrictionModeBucketInfo.EncryptionEnforcementRestrictionMode.FULLY_RESTRICTEDstatic final BucketInfo.EncryptionEnforcementRestrictionModeBucketInfo.EncryptionEnforcementRestrictionMode.NOT_RESTRICTEDMethods in com.google.cloud.storage that return BucketInfo.EncryptionEnforcementRestrictionModeModifier and TypeMethodDescriptionBucketInfo.CustomerManagedEncryptionEnforcementConfig.getRestrictionMode()Restriction mode for new objects within the bucket.BucketInfo.CustomerSuppliedEncryptionEnforcementConfig.getRestrictionMode()Restriction mode for new objects within the bucket.BucketInfo.GoogleManagedEncryptionEnforcementConfig.getRestrictionMode()Restriction mode for new objects within the bucket.Get theBucketInfo.EncryptionEnforcementRestrictionModefor the given String constant, and allow unrecognized values.BucketInfo.EncryptionEnforcementRestrictionMode.valueOfStrict(String constant) Get theBucketInfo.EncryptionEnforcementRestrictionModefor the given String constant, and throw an exception if the constant is not recognized.BucketInfo.EncryptionEnforcementRestrictionMode.values()Return the known valuesMethods in com.google.cloud.storage with parameters of type BucketInfo.EncryptionEnforcementRestrictionModeModifier and TypeMethodDescriptionBucketInfo.CustomerManagedEncryptionEnforcementConfig.of(@Nullable BucketInfo.EncryptionEnforcementRestrictionMode restrictionMode) BucketInfo.CustomerManagedEncryptionEnforcementConfig.of(@Nullable BucketInfo.EncryptionEnforcementRestrictionMode restrictionMode, @Nullable OffsetDateTime effectiveTime) BucketInfo.CustomerSuppliedEncryptionEnforcementConfig.of(@Nullable BucketInfo.EncryptionEnforcementRestrictionMode restrictionMode) BucketInfo.CustomerSuppliedEncryptionEnforcementConfig.of(@Nullable BucketInfo.EncryptionEnforcementRestrictionMode restrictionMode, @Nullable OffsetDateTime effectiveTime) BucketInfo.GoogleManagedEncryptionEnforcementConfig.of(@Nullable BucketInfo.EncryptionEnforcementRestrictionMode restrictionMode) BucketInfo.GoogleManagedEncryptionEnforcementConfig.of(@Nullable BucketInfo.EncryptionEnforcementRestrictionMode restrictionMode, @Nullable OffsetDateTime effectiveTime)