Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpcEndpointRequest.Builder
Packages that use ModifyVpcEndpointRequest.Builder
Package
Description
-
Uses of ModifyVpcEndpointRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpcEndpointRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcEndpoint(Consumer<ModifyVpcEndpointRequest.Builder> modifyVpcEndpointRequest) Modifies attributes of a specified VPC endpoint.default ModifyVpcEndpointResponseEc2Client.modifyVpcEndpoint(Consumer<ModifyVpcEndpointRequest.Builder> modifyVpcEndpointRequest) Modifies attributes of a specified VPC endpoint. -
Uses of ModifyVpcEndpointRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpcEndpointRequest.BuilderModifier and TypeMethodDescriptionModifyVpcEndpointRequest.Builder.addRouteTableIds(String... addRouteTableIds) (Gateway endpoint) The IDs of the route tables to associate with the endpoint.ModifyVpcEndpointRequest.Builder.addRouteTableIds(Collection<String> addRouteTableIds) (Gateway endpoint) The IDs of the route tables to associate with the endpoint.ModifyVpcEndpointRequest.Builder.addSecurityGroupIds(String... addSecurityGroupIds) (Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.ModifyVpcEndpointRequest.Builder.addSecurityGroupIds(Collection<String> addSecurityGroupIds) (Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.ModifyVpcEndpointRequest.Builder.addSubnetIds(String... addSubnetIds) (Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint.ModifyVpcEndpointRequest.Builder.addSubnetIds(Collection<String> addSubnetIds) (Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint.ModifyVpcEndpointRequest.builder()default ModifyVpcEndpointRequest.BuilderModifyVpcEndpointRequest.Builder.dnsOptions(Consumer<DnsOptionsSpecification.Builder> dnsOptions) The DNS options for the endpoint.ModifyVpcEndpointRequest.Builder.dnsOptions(DnsOptionsSpecification dnsOptions) The DNS options for the endpoint.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyVpcEndpointRequest.Builder.ipAddressType(String ipAddressType) The IP address type for the endpoint.ModifyVpcEndpointRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the endpoint.ModifyVpcEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpcEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpcEndpointRequest.Builder.policyDocument(String policyDocument) (Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service.ModifyVpcEndpointRequest.Builder.privateDnsEnabled(Boolean privateDnsEnabled) (Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.ModifyVpcEndpointRequest.Builder.removeRouteTableIds(String... removeRouteTableIds) (Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.ModifyVpcEndpointRequest.Builder.removeRouteTableIds(Collection<String> removeRouteTableIds) (Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.ModifyVpcEndpointRequest.Builder.removeSecurityGroupIds(String... removeSecurityGroupIds) (Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.ModifyVpcEndpointRequest.Builder.removeSecurityGroupIds(Collection<String> removeSecurityGroupIds) (Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.ModifyVpcEndpointRequest.Builder.removeSubnetIds(String... removeSubnetIds) (Interface endpoint) The IDs of the subnets from which to remove the endpoint.ModifyVpcEndpointRequest.Builder.removeSubnetIds(Collection<String> removeSubnetIds) (Interface endpoint) The IDs of the subnets from which to remove the endpoint.ModifyVpcEndpointRequest.Builder.resetPolicy(Boolean resetPolicy) (Gateway endpoint) Specifytrueto reset the policy document to the default policy.ModifyVpcEndpointRequest.Builder.subnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations) The subnet configurations for the endpoint.ModifyVpcEndpointRequest.Builder.subnetConfigurations(Consumer<SubnetConfiguration.Builder>... subnetConfigurations) The subnet configurations for the endpoint.ModifyVpcEndpointRequest.Builder.subnetConfigurations(SubnetConfiguration... subnetConfigurations) The subnet configurations for the endpoint.ModifyVpcEndpointRequest.toBuilder()ModifyVpcEndpointRequest.Builder.vpcEndpointId(String vpcEndpointId) The ID of the endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpcEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpcEndpointRequest.Builder>ModifyVpcEndpointRequest.serializableBuilderClass()