Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SubnetConfiguration |
SubnetConfiguration.clone() |
SubnetConfiguration |
SubnetConfiguration.withIpv4(String ipv4)
The IPv4 address to assign to the endpoint network interface in the subnet.
|
SubnetConfiguration |
SubnetConfiguration.withIpv6(String ipv6)
The IPv6 address to assign to the endpoint network interface in the subnet.
|
SubnetConfiguration |
SubnetConfiguration.withSubnetId(String subnetId)
The ID of the subnet.
|
Modifier and Type | Method and Description |
---|---|
List<SubnetConfiguration> |
ModifyVpcEndpointRequest.getSubnetConfigurations()
The subnet configurations for the endpoint.
|
List<SubnetConfiguration> |
CreateVpcEndpointRequest.getSubnetConfigurations()
The subnet configurations for the endpoint.
|
Modifier and Type | Method and Description |
---|---|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withSubnetConfigurations(SubnetConfiguration... subnetConfigurations)
The subnet configurations for the endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetConfigurations(SubnetConfiguration... subnetConfigurations)
The subnet configurations for the endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyVpcEndpointRequest.setSubnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations)
The subnet configurations for the endpoint.
|
void |
CreateVpcEndpointRequest.setSubnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations)
The subnet configurations for the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withSubnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations)
The subnet configurations for the endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations)
The subnet configurations for the endpoint.
|
Copyright © 2023. All rights reserved.