Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails
-
Packages that use AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails Modifier and Type Method Description List<AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails>AwsEc2LaunchTemplateDataDetails. networkInterfaceSet()Specifies the parameters for a network interface that is attached to the instance.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails Modifier and Type Method Description AwsEc2LaunchTemplateDataDetails.BuilderAwsEc2LaunchTemplateDataDetails.Builder. networkInterfaceSet(AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails... networkInterfaceSet)Specifies the parameters for a network interface that is attached to the instance.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails Modifier and Type Method Description AwsEc2LaunchTemplateDataDetails.BuilderAwsEc2LaunchTemplateDataDetails.Builder. networkInterfaceSet(Collection<AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails> networkInterfaceSet)Specifies the parameters for a network interface that is attached to the instance.
-