Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteVpcEndpointConnectionNotificationsRequest.Builder
Packages that use DeleteVpcEndpointConnectionNotificationsRequest.Builder
Package
Description
-
Uses of DeleteVpcEndpointConnectionNotificationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteVpcEndpointConnectionNotificationsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest) Deletes the specified VPC endpoint connection notifications.Ec2Client.deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest) Deletes the specified VPC endpoint connection notifications. -
Uses of DeleteVpcEndpointConnectionNotificationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteVpcEndpointConnectionNotificationsRequest.BuilderModifier and TypeMethodDescriptionDeleteVpcEndpointConnectionNotificationsRequest.builder()DeleteVpcEndpointConnectionNotificationsRequest.Builder.connectionNotificationIds(String... connectionNotificationIds) The IDs of the notifications.DeleteVpcEndpointConnectionNotificationsRequest.Builder.connectionNotificationIds(Collection<String> connectionNotificationIds) The IDs of the notifications.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteVpcEndpointConnectionNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteVpcEndpointConnectionNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteVpcEndpointConnectionNotificationsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteVpcEndpointConnectionNotificationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteVpcEndpointConnectionNotificationsRequest.Builder>DeleteVpcEndpointConnectionNotificationsRequest.serializableBuilderClass()