| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressType |
IpAddressType.fromValue(String value)
Use this in place of valueOf.
|
static IpAddressType |
IpAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpAddressType[] |
IpAddressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAcceleratorRequest |
CreateAcceleratorRequest.withIpAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
|
Accelerator |
Accelerator.withIpAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
|
UpdateAcceleratorRequest |
UpdateAcceleratorRequest.withIpAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
|
Copyright © 2019. All rights reserved.