| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkInterfaceDetails |
AwsEc2NetworkInterfaceDetails.clone() |
AwsEc2NetworkInterfaceDetails |
ResourceDetails.getAwsEc2NetworkInterface()
Details for an Amazon EC2 network interface.
|
AwsEc2NetworkInterfaceDetails |
AwsEc2NetworkInterfaceDetails.withAttachment(AwsEc2NetworkInterfaceAttachment attachment)
The network interface attachment.
|
AwsEc2NetworkInterfaceDetails |
AwsEc2NetworkInterfaceDetails.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
AwsEc2NetworkInterfaceDetails |
AwsEc2NetworkInterfaceDetails.withSecurityGroups(AwsEc2NetworkInterfaceSecurityGroup... securityGroups)
Security groups for the network interface.
|
AwsEc2NetworkInterfaceDetails |
AwsEc2NetworkInterfaceDetails.withSecurityGroups(Collection<AwsEc2NetworkInterfaceSecurityGroup> securityGroups)
Security groups for the network interface.
|
AwsEc2NetworkInterfaceDetails |
AwsEc2NetworkInterfaceDetails.withSourceDestCheck(Boolean sourceDestCheck)
Indicates whether traffic to or from the instance is validated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2NetworkInterface(AwsEc2NetworkInterfaceDetails awsEc2NetworkInterface)
Details for an Amazon EC2 network interface.
|
ResourceDetails |
ResourceDetails.withAwsEc2NetworkInterface(AwsEc2NetworkInterfaceDetails awsEc2NetworkInterface)
Details for an Amazon EC2 network interface.
|
Copyright © 2020. All rights reserved.