Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteVpcEndpointsRequest.Builder
-
Packages that use DeleteVpcEndpointsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DeleteVpcEndpointsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteVpcEndpointsRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteVpcEndpointsResponse>Ec2AsyncClient. deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest)Deletes the specified VPC endpoints.default DeleteVpcEndpointsResponseEc2Client. deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest)Deletes the specified VPC endpoints. -
Uses of DeleteVpcEndpointsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteVpcEndpointsRequest.Builder Modifier and Type Method Description static DeleteVpcEndpointsRequest.BuilderDeleteVpcEndpointsRequest. builder()DeleteVpcEndpointsRequest.BuilderDeleteVpcEndpointsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteVpcEndpointsRequest.BuilderDeleteVpcEndpointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteVpcEndpointsRequest.BuilderDeleteVpcEndpointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteVpcEndpointsRequest.BuilderDeleteVpcEndpointsRequest. toBuilder()DeleteVpcEndpointsRequest.BuilderDeleteVpcEndpointsRequest.Builder. vpcEndpointIds(String... vpcEndpointIds)The IDs of the VPC endpoints.DeleteVpcEndpointsRequest.BuilderDeleteVpcEndpointsRequest.Builder. vpcEndpointIds(Collection<String> vpcEndpointIds)The IDs of the VPC endpoints.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteVpcEndpointsRequest.Builder Modifier and Type Method Description static Class<? extends DeleteVpcEndpointsRequest.Builder>DeleteVpcEndpointsRequest. serializableBuilderClass()
-