| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse> |
Ec2AsyncClient.deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)
Deletes the specified VPC endpoint connection notifications.
|
default DeleteVpcEndpointConnectionNotificationsResponse |
Ec2Client.deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)
Deletes the specified VPC endpoint connection notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteVpcEndpointConnectionNotificationsRequest.Builder |
DeleteVpcEndpointConnectionNotificationsRequest.builder() |
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
DeleteVpcEndpointConnectionNotificationsRequest.Builder.connectionNotificationIds(Collection<String> connectionNotificationIds)
The IDs of the notifications.
|
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
DeleteVpcEndpointConnectionNotificationsRequest.Builder.connectionNotificationIds(String... connectionNotificationIds)
The IDs of the notifications.
|
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
DeleteVpcEndpointConnectionNotificationsRequest.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.Builder |
DeleteVpcEndpointConnectionNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
DeleteVpcEndpointConnectionNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
DeleteVpcEndpointConnectionNotificationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteVpcEndpointConnectionNotificationsRequest.Builder> |
DeleteVpcEndpointConnectionNotificationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.