Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse
-
Packages that use DescribeVpcEndpointConnectionNotificationsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeVpcEndpointConnectionNotificationsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeVpcEndpointConnectionNotificationsResponse Modifier and Type Method Description default DescribeVpcEndpointConnectionNotificationsResponseEc2Client. describeVpcEndpointConnectionNotifications()Describes the connection notifications for VPC endpoints and VPC endpoint services.default DescribeVpcEndpointConnectionNotificationsResponseEc2Client. describeVpcEndpointConnectionNotifications(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)Describes the connection notifications for VPC endpoints and VPC endpoint services.default DescribeVpcEndpointConnectionNotificationsResponseEc2Client. describeVpcEndpointConnectionNotifications(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)Describes the connection notifications for VPC endpoints and VPC endpoint services.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeVpcEndpointConnectionNotificationsResponse Modifier and Type Method Description default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse>Ec2AsyncClient. describeVpcEndpointConnectionNotifications()Describes the connection notifications for VPC endpoints and VPC endpoint services.default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse>Ec2AsyncClient. describeVpcEndpointConnectionNotifications(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)Describes the connection notifications for VPC endpoints and VPC endpoint services.default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse>Ec2AsyncClient. describeVpcEndpointConnectionNotifications(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)Describes the connection notifications for VPC endpoints and VPC endpoint services. -
Uses of DescribeVpcEndpointConnectionNotificationsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeVpcEndpointConnectionNotificationsResponse Modifier and Type Method Description Iterator<DescribeVpcEndpointConnectionNotificationsResponse>DescribeVpcEndpointConnectionNotificationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeVpcEndpointConnectionNotificationsResponse Modifier and Type Method Description voidDescribeVpcEndpointConnectionNotificationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeVpcEndpointConnectionNotificationsResponse> subscriber)
-