Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest.Builder
Packages that use DescribeVpcEndpointConnectionNotificationsRequest.Builder
Package
Description
-
Uses of DescribeVpcEndpointConnectionNotificationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeVpcEndpointConnectionNotificationsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeVpcEndpointConnectionNotifications(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest) Describes the connection notifications for VPC endpoints and VPC endpoint services.Ec2Client.describeVpcEndpointConnectionNotifications(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest) Describes the connection notifications for VPC endpoints and VPC endpoint services.Ec2AsyncClient.describeVpcEndpointConnectionNotificationsPaginator(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest) Ec2Client.describeVpcEndpointConnectionNotificationsPaginator(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest) -
Uses of DescribeVpcEndpointConnectionNotificationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeVpcEndpointConnectionNotificationsRequest.BuilderModifier and TypeMethodDescriptionDescribeVpcEndpointConnectionNotificationsRequest.builder()DescribeVpcEndpointConnectionNotificationsRequest.Builder.connectionNotificationId(String connectionNotificationId) The ID of the notification.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeVpcEndpointConnectionNotificationsRequest.Builder.filters(Collection<Filter> filters) The filters.DescribeVpcEndpointConnectionNotificationsRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters.The filters.DescribeVpcEndpointConnectionNotificationsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token to request the next page of results.DescribeVpcEndpointConnectionNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeVpcEndpointConnectionNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeVpcEndpointConnectionNotificationsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeVpcEndpointConnectionNotificationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeVpcEndpointConnectionNotificationsRequest.Builder>DescribeVpcEndpointConnectionNotificationsRequest.serializableBuilderClass()