| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VolumeAttachment |
AwsEc2VolumeAttachment.clone() |
AwsEc2VolumeAttachment |
AwsEc2VolumeAttachment.withAttachTime(String attachTime)
The datetime when the attachment initiated.
|
AwsEc2VolumeAttachment |
AwsEc2VolumeAttachment.withDeleteOnTermination(Boolean deleteOnTermination)
Whether the EBS volume is deleted when the EC2 instance is terminated.
|
AwsEc2VolumeAttachment |
AwsEc2VolumeAttachment.withInstanceId(String instanceId)
The identifier of the EC2 instance.
|
AwsEc2VolumeAttachment |
AwsEc2VolumeAttachment.withStatus(String status)
The attachment state of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEc2VolumeAttachment> |
AwsEc2VolumeDetails.getAttachments()
The volume attachments.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withAttachments(AwsEc2VolumeAttachment... attachments)
The volume attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2VolumeDetails.setAttachments(Collection<AwsEc2VolumeAttachment> attachments)
The volume attachments.
|
AwsEc2VolumeDetails |
AwsEc2VolumeDetails.withAttachments(Collection<AwsEc2VolumeAttachment> attachments)
The volume attachments.
|
Copyright © 2021. All rights reserved.