Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteVpcEndpointsRequest.Builder
Packages that use DeleteVpcEndpointsRequest.Builder
Package
Description
-
Uses of DeleteVpcEndpointsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteVpcEndpointsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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.BuilderModifier and TypeMethodDescriptionDeleteVpcEndpointsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteVpcEndpointsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteVpcEndpointsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteVpcEndpointsRequest.toBuilder()DeleteVpcEndpointsRequest.Builder.vpcEndpointIds(String... vpcEndpointIds) The IDs of the VPC endpoints.DeleteVpcEndpointsRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteVpcEndpointsRequest.Builder>DeleteVpcEndpointsRequest.serializableBuilderClass()