Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeSecondaryInterfacesResponse
Packages that use DescribeSecondaryInterfacesResponse
Package
Description
-
Uses of DescribeSecondaryInterfacesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeSecondaryInterfacesResponseModifier and TypeMethodDescriptionEc2Client.describeSecondaryInterfaces(Consumer<DescribeSecondaryInterfacesRequest.Builder> describeSecondaryInterfacesRequest) Describes one or more of your secondary interfaces.Ec2Client.describeSecondaryInterfaces(DescribeSecondaryInterfacesRequest describeSecondaryInterfacesRequest) Describes one or more of your secondary interfaces.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeSecondaryInterfacesResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeSecondaryInterfaces(Consumer<DescribeSecondaryInterfacesRequest.Builder> describeSecondaryInterfacesRequest) Describes one or more of your secondary interfaces.Ec2AsyncClient.describeSecondaryInterfaces(DescribeSecondaryInterfacesRequest describeSecondaryInterfacesRequest) Describes one or more of your secondary interfaces. -
Uses of DescribeSecondaryInterfacesResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeSecondaryInterfacesResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeSecondaryInterfacesResponseModifier and TypeMethodDescriptionvoidDescribeSecondaryInterfacesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSecondaryInterfacesResponse> subscriber)