Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VerifiedAccessEndpointLoadBalancerOptions |
VerifiedAccessEndpointLoadBalancerOptions.clone() |
VerifiedAccessEndpointLoadBalancerOptions |
VerifiedAccessEndpoint.getLoadBalancerOptions()
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer type. |
VerifiedAccessEndpointLoadBalancerOptions |
VerifiedAccessEndpointLoadBalancerOptions.withLoadBalancerArn(String loadBalancerArn)
The ARN of the load balancer.
|
VerifiedAccessEndpointLoadBalancerOptions |
VerifiedAccessEndpointLoadBalancerOptions.withPort(Integer port)
The IP port number.
|
VerifiedAccessEndpointLoadBalancerOptions |
VerifiedAccessEndpointLoadBalancerOptions.withProtocol(String protocol)
The IP protocol.
|
VerifiedAccessEndpointLoadBalancerOptions |
VerifiedAccessEndpointLoadBalancerOptions.withProtocol(VerifiedAccessEndpointProtocol protocol)
The IP protocol.
|
VerifiedAccessEndpointLoadBalancerOptions |
VerifiedAccessEndpointLoadBalancerOptions.withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets.
|
VerifiedAccessEndpointLoadBalancerOptions |
VerifiedAccessEndpointLoadBalancerOptions.withSubnetIds(String... subnetIds)
The IDs of the subnets.
|
Modifier and Type | Method and Description |
---|---|
void |
VerifiedAccessEndpoint.setLoadBalancerOptions(VerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions)
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer type. |
VerifiedAccessEndpoint |
VerifiedAccessEndpoint.withLoadBalancerOptions(VerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions)
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer type. |
Copyright © 2023. All rights reserved.