Uses of Class
software.amazon.awssdk.services.macie2.model.EffectivePermission
-
Packages that use EffectivePermission Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of EffectivePermission in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return EffectivePermission Modifier and Type Method Description EffectivePermissionBucketPublicAccess. effectivePermission()Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket.static EffectivePermissionEffectivePermission. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EffectivePermissionEffectivePermission. valueOf(String name)Returns the enum constant of this type with the specified name.static EffectivePermission[]EffectivePermission. 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 EffectivePermission Modifier and Type Method Description static Set<EffectivePermission>EffectivePermission. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type EffectivePermission Modifier and Type Method Description BucketPublicAccess.BuilderBucketPublicAccess.Builder. effectivePermission(EffectivePermission effectivePermission)Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket.
-