Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.clone() |
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withAcceptanceRequired(Boolean acceptanceRequired)
Indicates whether requests to create an endpoint to your service must be accepted.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withAddGatewayLoadBalancerArns(Collection<String> addGatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withAddGatewayLoadBalancerArns(String... addGatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withAddNetworkLoadBalancerArns(Collection<String> addNetworkLoadBalancerArns)
The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withAddNetworkLoadBalancerArns(String... addNetworkLoadBalancerArns)
The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withAddSupportedIpAddressTypes(Collection<String> addSupportedIpAddressTypes)
The IP address types to add to your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withAddSupportedIpAddressTypes(String... addSupportedIpAddressTypes)
The IP address types to add to your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withPrivateDnsName(String privateDnsName)
(Interface endpoint configuration) The private DNS name to assign to the endpoint service.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withRemoveGatewayLoadBalancerArns(Collection<String> removeGatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withRemoveGatewayLoadBalancerArns(String... removeGatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withRemoveNetworkLoadBalancerArns(Collection<String> removeNetworkLoadBalancerArns)
The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withRemoveNetworkLoadBalancerArns(String... removeNetworkLoadBalancerArns)
The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withRemovePrivateDnsName(Boolean removePrivateDnsName)
(Interface endpoint configuration) Removes the private DNS name of the endpoint service.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withRemoveSupportedIpAddressTypes(Collection<String> removeSupportedIpAddressTypes)
The IP address types to remove from your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withRemoveSupportedIpAddressTypes(String... removeSupportedIpAddressTypes)
The IP address types to remove from your service configuration.
|
ModifyVpcEndpointServiceConfigurationRequest |
ModifyVpcEndpointServiceConfigurationRequest.withServiceId(String serviceId)
The ID of the service.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifyVpcEndpointServiceConfigurationRequest> |
ModifyVpcEndpointServiceConfigurationRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.