Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static SnapshotBlockPublicAccessState |
SnapshotBlockPublicAccessState.fromValue(String value)
Use this in place of valueOf.
|
static SnapshotBlockPublicAccessState |
SnapshotBlockPublicAccessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotBlockPublicAccessState[] |
SnapshotBlockPublicAccessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GetSnapshotBlockPublicAccessStateResult |
GetSnapshotBlockPublicAccessStateResult.withState(SnapshotBlockPublicAccessState state)
The current state of block public access for snapshots.
|
EnableSnapshotBlockPublicAccessResult |
EnableSnapshotBlockPublicAccessResult.withState(SnapshotBlockPublicAccessState state)
The state of block public access for snapshots for the account and Region.
|
EnableSnapshotBlockPublicAccessRequest |
EnableSnapshotBlockPublicAccessRequest.withState(SnapshotBlockPublicAccessState state)
The mode in which to enable block public access for snapshots for the Region.
|
DisableSnapshotBlockPublicAccessResult |
DisableSnapshotBlockPublicAccessResult.withState(SnapshotBlockPublicAccessState state)
Returns
unblocked if the request succeeds. |
Copyright © 2023. All rights reserved.