Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.clone() |
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withAcceptanceRequired(Boolean acceptanceRequired)
Indicates whether requests from service consumers to create an endpoint to your service must be accepted
manually.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withGatewayLoadBalancerArns(Collection<String> gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withGatewayLoadBalancerArns(String... gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withNetworkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Network Load Balancers.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withNetworkLoadBalancerArns(String... networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Network Load Balancers.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withPrivateDnsName(String privateDnsName)
(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withSupportedIpAddressTypes(Collection<String> supportedIpAddressTypes)
The supported IP address types.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withSupportedIpAddressTypes(String... supportedIpAddressTypes)
The supported IP address types.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to associate with the service.
|
CreateVpcEndpointServiceConfigurationRequest |
CreateVpcEndpointServiceConfigurationRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to associate with the service.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcEndpointServiceConfigurationRequest> |
CreateVpcEndpointServiceConfigurationRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.