Uses of Class
software.amazon.awssdk.services.ec2.model.SecondaryInterface
-
Packages that use SecondaryInterface Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of SecondaryInterface in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondaryInterface Modifier and Type Method Description List<SecondaryInterface>DescribeSecondaryInterfacesResponse. secondaryInterfaces()Information about the secondary interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryInterface Modifier and Type Method Description DescribeSecondaryInterfacesResponse.BuilderDescribeSecondaryInterfacesResponse.Builder. secondaryInterfaces(SecondaryInterface... secondaryInterfaces)Information about the secondary interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondaryInterface Modifier and Type Method Description DescribeSecondaryInterfacesResponse.BuilderDescribeSecondaryInterfacesResponse.Builder. secondaryInterfaces(Collection<SecondaryInterface> secondaryInterfaces)Information about the secondary interfaces. -
Uses of SecondaryInterface in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SecondaryInterface Modifier and Type Method Description SdkIterable<SecondaryInterface>DescribeSecondaryInterfacesIterable. secondaryInterfaces()Returns an iterable to iterate through the paginatedDescribeSecondaryInterfacesResponse.secondaryInterfaces()member.SdkPublisher<SecondaryInterface>DescribeSecondaryInterfacesPublisher. secondaryInterfaces()Returns a publisher that can be used to get a stream of data.
-