Uses of Class
software.amazon.awssdk.services.ec2.model.SecondaryInterface
Packages that use SecondaryInterface
Package
Description
-
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 SecondaryInterfaceModifier and TypeMethodDescriptionfinal List<SecondaryInterface>DescribeSecondaryInterfacesResponse.secondaryInterfaces()Information about the secondary interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryInterfaceModifier and TypeMethodDescriptionDescribeSecondaryInterfacesResponse.Builder.secondaryInterfaces(SecondaryInterface... secondaryInterfaces) Information about the secondary interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondaryInterfaceModifier and TypeMethodDescriptionDescribeSecondaryInterfacesResponse.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 SecondaryInterfaceModifier and TypeMethodDescriptionfinal SdkIterable<SecondaryInterface>DescribeSecondaryInterfacesIterable.secondaryInterfaces()Returns an iterable to iterate through the paginatedDescribeSecondaryInterfacesResponse.secondaryInterfaces()member.final SdkPublisher<SecondaryInterface>DescribeSecondaryInterfacesPublisher.secondaryInterfaces()Returns a publisher that can be used to get a stream of data.