Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpcEndpoint |
VpcEndpoint.clone() |
VpcEndpoint |
CreateVpcEndpointResult.getVpcEndpoint()
Information about the endpoint.
|
VpcEndpoint |
VpcEndpoint.withCreationTimestamp(Date creationTimestamp)
The date and time that the endpoint was created.
|
VpcEndpoint |
VpcEndpoint.withDnsEntries(Collection<DnsEntry> dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withDnsEntries(DnsEntry... dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withDnsOptions(DnsOptions dnsOptions)
The DNS options for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withGroups(Collection<SecurityGroupIdentifier> groups)
(Interface endpoint) Information about the security groups that are associated with the network interface.
|
VpcEndpoint |
VpcEndpoint.withGroups(SecurityGroupIdentifier... groups)
(Interface endpoint) Information about the security groups that are associated with the network interface.
|
VpcEndpoint |
VpcEndpoint.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withIpAddressType(String ipAddressType)
The IP address type for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withLastError(LastError lastError)
The last error that occurred for endpoint.
|
VpcEndpoint |
VpcEndpoint.withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
(Interface endpoint) The network interfaces for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withNetworkInterfaceIds(String... networkInterfaceIds)
(Interface endpoint) The network interfaces for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the endpoint.
|
VpcEndpoint |
VpcEndpoint.withPolicyDocument(String policyDocument)
The policy document associated with the endpoint, if applicable.
|
VpcEndpoint |
VpcEndpoint.withPrivateDnsEnabled(Boolean privateDnsEnabled)
(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.
|
VpcEndpoint |
VpcEndpoint.withRequesterManaged(Boolean requesterManaged)
Indicates whether the endpoint is being managed by its service.
|
VpcEndpoint |
VpcEndpoint.withRouteTableIds(Collection<String> routeTableIds)
(Gateway endpoint) The IDs of the route tables associated with the endpoint.
|
VpcEndpoint |
VpcEndpoint.withRouteTableIds(String... routeTableIds)
(Gateway endpoint) The IDs of the route tables associated with the endpoint.
|
VpcEndpoint |
VpcEndpoint.withServiceName(String serviceName)
The name of the service to which the endpoint is associated.
|
VpcEndpoint |
VpcEndpoint.withState(State state)
The state of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withState(String state)
The state of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withSubnetIds(Collection<String> subnetIds)
(Interface endpoint) The subnets for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withSubnetIds(String... subnetIds)
(Interface endpoint) The subnets for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withTags(Collection<Tag> tags)
The tags assigned to the endpoint.
|
VpcEndpoint |
VpcEndpoint.withTags(Tag... tags)
The tags assigned to the endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcEndpointId(String vpcEndpointId)
The ID of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcEndpointType(String vpcEndpointType)
The type of endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcEndpointType(VpcEndpointType vpcEndpointType)
The type of endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcId(String vpcId)
The ID of the VPC to which the endpoint is associated.
|
Modifier and Type | Method and Description |
---|---|
List<VpcEndpoint> |
DescribeVpcEndpointsResult.getVpcEndpoints()
Information about the endpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVpcEndpointResult.setVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
|
CreateVpcEndpointResult |
CreateVpcEndpointResult.withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
|
DescribeVpcEndpointsResult |
DescribeVpcEndpointsResult.withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the endpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointsResult.setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
DescribeVpcEndpointsResult |
DescribeVpcEndpointsResult.withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
Copyright © 2024. All rights reserved.