Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsEc2InstanceNetworkInterfacesDetails
-
Packages that use AwsEc2InstanceNetworkInterfacesDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEc2InstanceNetworkInterfacesDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEc2InstanceNetworkInterfacesDetails Modifier and Type Method Description List<AwsEc2InstanceNetworkInterfacesDetails>AwsEc2InstanceDetails. networkInterfaces()The identifiers of the network interfaces for the EC2 instance.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsEc2InstanceNetworkInterfacesDetails Modifier and Type Method Description AwsEc2InstanceDetails.BuilderAwsEc2InstanceDetails.Builder. networkInterfaces(AwsEc2InstanceNetworkInterfacesDetails... networkInterfaces)The identifiers of the network interfaces for the EC2 instance.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEc2InstanceNetworkInterfacesDetails Modifier and Type Method Description AwsEc2InstanceDetails.BuilderAwsEc2InstanceDetails.Builder. networkInterfaces(Collection<AwsEc2InstanceNetworkInterfacesDetails> networkInterfaces)The identifiers of the network interfaces for the EC2 instance.
-