Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyVpcEndpointResult> |
AbstractAmazonEC2Async.modifyVpcEndpointAsync(ModifyVpcEndpointRequest request,
AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler) |
Future<ModifyVpcEndpointResult> |
AmazonEC2AsyncClient.modifyVpcEndpointAsync(ModifyVpcEndpointRequest request,
AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler) |
Future<ModifyVpcEndpointResult> |
AmazonEC2Async.modifyVpcEndpointAsync(ModifyVpcEndpointRequest modifyVpcEndpointRequest,
AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler)
Modifies attributes of a specified VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.clone() |
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withAddRouteTableIds(Collection<String> addRouteTableIds)
(Gateway endpoint) The IDs of the route tables to associate with the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withAddRouteTableIds(String... addRouteTableIds)
(Gateway endpoint) The IDs of the route tables to associate with the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withAddSecurityGroupIds(Collection<String> addSecurityGroupIds)
(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withAddSecurityGroupIds(String... addSecurityGroupIds)
(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withAddSubnetIds(Collection<String> addSubnetIds)
(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withAddSubnetIds(String... addSubnetIds)
(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withDnsOptions(DnsOptionsSpecification dnsOptions)
The DNS options for the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withIpAddressType(String ipAddressType)
The IP address type for the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withPolicyDocument(String policyDocument)
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withPrivateDnsEnabled(Boolean privateDnsEnabled)
(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withRemoveRouteTableIds(Collection<String> removeRouteTableIds)
(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withRemoveRouteTableIds(String... removeRouteTableIds)
(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withRemoveSecurityGroupIds(Collection<String> removeSecurityGroupIds)
(Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withRemoveSecurityGroupIds(String... removeSecurityGroupIds)
(Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withRemoveSubnetIds(Collection<String> removeSubnetIds)
(Interface endpoint) The IDs of the subnets from which to remove the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withRemoveSubnetIds(String... removeSubnetIds)
(Interface endpoint) The IDs of the subnets from which to remove the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withResetPolicy(Boolean resetPolicy)
(Gateway endpoint) Specify
true to reset the policy document to the default policy. |
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withSubnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations)
The subnet configurations for the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withSubnetConfigurations(SubnetConfiguration... subnetConfigurations)
The subnet configurations for the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withVpcEndpointId(String vpcEndpointId)
The ID of the endpoint.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifyVpcEndpointRequest> |
ModifyVpcEndpointRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.