Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpcEndpointConnectionNotificationRequest.Builder
Packages that use ModifyVpcEndpointConnectionNotificationRequest.Builder
Package
Description
-
Uses of ModifyVpcEndpointConnectionNotificationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpcEndpointConnectionNotificationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcEndpointConnectionNotification(Consumer<ModifyVpcEndpointConnectionNotificationRequest.Builder> modifyVpcEndpointConnectionNotificationRequest) Modifies a connection notification for VPC endpoint or VPC endpoint service.Ec2Client.modifyVpcEndpointConnectionNotification(Consumer<ModifyVpcEndpointConnectionNotificationRequest.Builder> modifyVpcEndpointConnectionNotificationRequest) Modifies a connection notification for VPC endpoint or VPC endpoint service. -
Uses of ModifyVpcEndpointConnectionNotificationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpcEndpointConnectionNotificationRequest.BuilderModifier and TypeMethodDescriptionModifyVpcEndpointConnectionNotificationRequest.builder()ModifyVpcEndpointConnectionNotificationRequest.Builder.connectionEvents(String... connectionEvents) The events for the endpoint.ModifyVpcEndpointConnectionNotificationRequest.Builder.connectionEvents(Collection<String> connectionEvents) The events for the endpoint.ModifyVpcEndpointConnectionNotificationRequest.Builder.connectionNotificationArn(String connectionNotificationArn) The ARN for the SNS topic for the notification.ModifyVpcEndpointConnectionNotificationRequest.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.ModifyVpcEndpointConnectionNotificationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpcEndpointConnectionNotificationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpcEndpointConnectionNotificationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpcEndpointConnectionNotificationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpcEndpointConnectionNotificationRequest.Builder>ModifyVpcEndpointConnectionNotificationRequest.serializableBuilderClass()