Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateCustomerGatewayResult> |
AbstractAmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest request,
AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler) |
Future<CreateCustomerGatewayResult> |
AmazonEC2AsyncClient.createCustomerGatewayAsync(CreateCustomerGatewayRequest request,
AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler) |
Future<CreateCustomerGatewayResult> |
AmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest,
AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
Provides information to Amazon Web Services about your customer gateway device.
|
Modifier and Type | Method and Description |
---|---|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.clone() |
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withBgpAsn(Integer bgpAsn)
For devices that support BGP, the customer gateway's BGP ASN.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the customer gateway certificate.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withDeviceName(String deviceName)
A name for the customer gateway device.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withIpAddress(String ipAddress)
IPv4 address for the customer gateway device's outside interface.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withPublicIp(String publicIp)
This member has been deprecated. The Internet-routable IP address for the customer gateway's outside
interface.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the customer gateway.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the customer gateway.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withType(GatewayType type)
The type of VPN connection that this customer gateway supports (
ipsec.1 ). |
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withType(String type)
The type of VPN connection that this customer gateway supports (
ipsec.1 ). |
Modifier and Type | Method and Description |
---|---|
Request<CreateCustomerGatewayRequest> |
CreateCustomerGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.