Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeSecondaryInterfacesResponse
-
Packages that use DescribeSecondaryInterfacesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeSecondaryInterfacesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeSecondaryInterfacesResponse Modifier and Type Method Description default DescribeSecondaryInterfacesResponseEc2Client. describeSecondaryInterfaces(Consumer<DescribeSecondaryInterfacesRequest.Builder> describeSecondaryInterfacesRequest)Describes one or more of your secondary interfaces.default DescribeSecondaryInterfacesResponseEc2Client. 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 DescribeSecondaryInterfacesResponse Modifier and Type Method Description default CompletableFuture<DescribeSecondaryInterfacesResponse>Ec2AsyncClient. describeSecondaryInterfaces(Consumer<DescribeSecondaryInterfacesRequest.Builder> describeSecondaryInterfacesRequest)Describes one or more of your secondary interfaces.default CompletableFuture<DescribeSecondaryInterfacesResponse>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 DescribeSecondaryInterfacesResponse Modifier and Type Method Description Iterator<DescribeSecondaryInterfacesResponse>DescribeSecondaryInterfacesIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeSecondaryInterfacesResponse Modifier and Type Method Description voidDescribeSecondaryInterfacesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSecondaryInterfacesResponse> subscriber)
-