Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse
-
Packages that use DescribeNetworkInterfacePermissionsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeNetworkInterfacePermissionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeNetworkInterfacePermissionsResponse Modifier and Type Method Description default DescribeNetworkInterfacePermissionsResponseEc2Client. describeNetworkInterfacePermissions()Describes the permissions for your network interfaces.default DescribeNetworkInterfacePermissionsResponseEc2Client. describeNetworkInterfacePermissions(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)Describes the permissions for your network interfaces.default DescribeNetworkInterfacePermissionsResponseEc2Client. describeNetworkInterfacePermissions(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)Describes the permissions for your network interfaces.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeNetworkInterfacePermissionsResponse Modifier and Type Method Description default CompletableFuture<DescribeNetworkInterfacePermissionsResponse>Ec2AsyncClient. describeNetworkInterfacePermissions()Describes the permissions for your network interfaces.default CompletableFuture<DescribeNetworkInterfacePermissionsResponse>Ec2AsyncClient. describeNetworkInterfacePermissions(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)Describes the permissions for your network interfaces.default CompletableFuture<DescribeNetworkInterfacePermissionsResponse>Ec2AsyncClient. describeNetworkInterfacePermissions(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)Describes the permissions for your network interfaces. -
Uses of DescribeNetworkInterfacePermissionsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeNetworkInterfacePermissionsResponse Modifier and Type Method Description Iterator<DescribeNetworkInterfacePermissionsResponse>DescribeNetworkInterfacePermissionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeNetworkInterfacePermissionsResponse Modifier and Type Method Description voidDescribeNetworkInterfacePermissionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeNetworkInterfacePermissionsResponse> subscriber)
-