public class AwsEbs extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AwsEbs.Builder |
| Constructor | Description |
|---|---|
AwsEbs(String snapshotId,
Integer volumeSize,
String volumeType,
Boolean deleteOnTermination,
Integer iops,
Boolean encrypted) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Boolean |
getDeleteOnTermination() |
|
Boolean |
getEncrypted() |
|
Integer |
getIops() |
|
String |
getSnapshotId() |
|
Integer |
getVolumeSize() |
|
String |
getVolumeType() |
|
int |
hashCode() |
|
String |
toString() |
Copyright © 2018. All rights reserved.