| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.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 |
|---|---|
void |
Instance.setIpAddressType(IpAddressType ipAddressType)
The IP address type of the instance.
|
LoadBalancer |
LoadBalancer.withIpAddressType(IpAddressType ipAddressType)
The IP address type of the load balancer.
|
Instance |
Instance.withIpAddressType(IpAddressType ipAddressType)
The IP address type of the instance.
|
LightsailDistribution |
LightsailDistribution.withIpAddressType(IpAddressType ipAddressType)
The IP address type of the distribution.
|
SetIpAddressTypeRequest |
SetIpAddressTypeRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type to set for the specified resource.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the load balancer.
|
CreateInstancesFromSnapshotRequest |
CreateInstancesFromSnapshotRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the instance.
|
CreateInstancesRequest |
CreateInstancesRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the instance.
|
CreateDistributionRequest |
CreateDistributionRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the distribution.
|
Copyright © 2024. All rights reserved.