Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcEndpointConnectionNotificationRequest.Builder
Packages that use CreateVpcEndpointConnectionNotificationRequest.Builder
Package
Description
-
Uses of CreateVpcEndpointConnectionNotificationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpcEndpointConnectionNotificationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createVpcEndpointConnectionNotification(Consumer<CreateVpcEndpointConnectionNotificationRequest.Builder> createVpcEndpointConnectionNotificationRequest) Creates a connection notification for a specified VPC endpoint or VPC endpoint service.Ec2Client.createVpcEndpointConnectionNotification(Consumer<CreateVpcEndpointConnectionNotificationRequest.Builder> createVpcEndpointConnectionNotificationRequest) Creates a connection notification for a specified VPC endpoint or VPC endpoint service. -
Uses of CreateVpcEndpointConnectionNotificationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpcEndpointConnectionNotificationRequest.BuilderModifier and TypeMethodDescriptionCreateVpcEndpointConnectionNotificationRequest.builder()CreateVpcEndpointConnectionNotificationRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateVpcEndpointConnectionNotificationRequest.Builder.connectionEvents(String... connectionEvents) The endpoint events for which to receive notifications.CreateVpcEndpointConnectionNotificationRequest.Builder.connectionEvents(Collection<String> connectionEvents) The endpoint events for which to receive notifications.CreateVpcEndpointConnectionNotificationRequest.Builder.connectionNotificationArn(String connectionNotificationArn) The ARN of the SNS topic for the notifications.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpcEndpointConnectionNotificationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpcEndpointConnectionNotificationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID of the endpoint service.CreateVpcEndpointConnectionNotificationRequest.toBuilder()CreateVpcEndpointConnectionNotificationRequest.Builder.vpcEndpointId(String vpcEndpointId) The ID of the endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpcEndpointConnectionNotificationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpcEndpointConnectionNotificationRequest.Builder>CreateVpcEndpointConnectionNotificationRequest.serializableBuilderClass()