Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteVpcEndpointConnectionNotificationsRequest.Builder
-
Packages that use DeleteVpcEndpointConnectionNotificationsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DeleteVpcEndpointConnectionNotificationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteVpcEndpointConnectionNotificationsRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse>Ec2AsyncClient. deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)Deletes the specified VPC endpoint connection notifications.default DeleteVpcEndpointConnectionNotificationsResponseEc2Client. 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.Builder Modifier and Type Method Description static DeleteVpcEndpointConnectionNotificationsRequest.BuilderDeleteVpcEndpointConnectionNotificationsRequest. builder()DeleteVpcEndpointConnectionNotificationsRequest.BuilderDeleteVpcEndpointConnectionNotificationsRequest.Builder. connectionNotificationIds(String... connectionNotificationIds)The IDs of the notifications.DeleteVpcEndpointConnectionNotificationsRequest.BuilderDeleteVpcEndpointConnectionNotificationsRequest.Builder. connectionNotificationIds(Collection<String> connectionNotificationIds)The IDs of the notifications.DeleteVpcEndpointConnectionNotificationsRequest.BuilderDeleteVpcEndpointConnectionNotificationsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteVpcEndpointConnectionNotificationsRequest.BuilderDeleteVpcEndpointConnectionNotificationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteVpcEndpointConnectionNotificationsRequest.BuilderDeleteVpcEndpointConnectionNotificationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteVpcEndpointConnectionNotificationsRequest.BuilderDeleteVpcEndpointConnectionNotificationsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteVpcEndpointConnectionNotificationsRequest.Builder Modifier and Type Method Description static Class<? extends DeleteVpcEndpointConnectionNotificationsRequest.Builder>DeleteVpcEndpointConnectionNotificationsRequest. serializableBuilderClass()
-