| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CustomAvailabilityZone> |
AbstractAmazonRDSAsync.createCustomAvailabilityZoneAsync(CreateCustomAvailabilityZoneRequest request,
AsyncHandler<CreateCustomAvailabilityZoneRequest,CustomAvailabilityZone> asyncHandler) |
Future<CustomAvailabilityZone> |
AmazonRDSAsyncClient.createCustomAvailabilityZoneAsync(CreateCustomAvailabilityZoneRequest request,
AsyncHandler<CreateCustomAvailabilityZoneRequest,CustomAvailabilityZone> asyncHandler) |
Future<CustomAvailabilityZone> |
AmazonRDSAsync.createCustomAvailabilityZoneAsync(CreateCustomAvailabilityZoneRequest createCustomAvailabilityZoneRequest,
AsyncHandler<CreateCustomAvailabilityZoneRequest,CustomAvailabilityZone> asyncHandler)
Creates a custom Availability Zone (AZ).
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomAvailabilityZoneRequest |
CreateCustomAvailabilityZoneRequest.clone() |
CreateCustomAvailabilityZoneRequest |
CreateCustomAvailabilityZoneRequest.withCustomAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom Availability Zone (AZ).
|
CreateCustomAvailabilityZoneRequest |
CreateCustomAvailabilityZoneRequest.withExistingVpnId(String existingVpnId)
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere
cluster.
|
CreateCustomAvailabilityZoneRequest |
CreateCustomAvailabilityZoneRequest.withNewVpnTunnelName(String newVpnTunnelName)
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
|
CreateCustomAvailabilityZoneRequest |
CreateCustomAvailabilityZoneRequest.withVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center.
|
Copyright © 2020. All rights reserved.