| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
EffectivePermission |
BucketPublicAccess.effectivePermission()
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to
the bucket.
|
static EffectivePermission |
EffectivePermission.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EffectivePermission |
EffectivePermission.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EffectivePermission> |
EffectivePermission.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BucketPublicAccess.Builder |
BucketPublicAccess.Builder.effectivePermission(EffectivePermission effectivePermission)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply
to the bucket.
|
Copyright © 2020. All rights reserved.