| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressType |
IpAddressType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IpAddressType |
CreateInstancesRequest.ipAddressType()
The IP address type for the instance.
|
IpAddressType |
CreateInstancesFromSnapshotRequest.ipAddressType()
The IP address type for the instance.
|
IpAddressType |
SetIpAddressTypeRequest.ipAddressType()
The IP address type to set for the specified resource.
|
IpAddressType |
CreateLoadBalancerRequest.ipAddressType()
The IP address type for the load balancer.
|
IpAddressType |
CreateDistributionRequest.ipAddressType()
The IP address type for the distribution.
|
IpAddressType |
LoadBalancer.ipAddressType()
The IP address type of the load balancer.
|
IpAddressType |
Instance.ipAddressType()
The IP address type of the instance.
|
IpAddressType |
LightsailDistribution.ipAddressType()
The IP address type of the distribution.
|
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 |
|---|---|
static Set<IpAddressType> |
IpAddressType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateInstancesRequest.Builder |
CreateInstancesRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type for the instance.
|
CreateInstancesFromSnapshotRequest.Builder |
CreateInstancesFromSnapshotRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type for the instance.
|
SetIpAddressTypeRequest.Builder |
SetIpAddressTypeRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type to set for the specified resource.
|
CreateLoadBalancerRequest.Builder |
CreateLoadBalancerRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type for the load balancer.
|
CreateDistributionRequest.Builder |
CreateDistributionRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type for the distribution.
|
LoadBalancer.Builder |
LoadBalancer.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type of the load balancer.
|
Instance.Builder |
Instance.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type of the instance.
|
LightsailDistribution.Builder |
LightsailDistribution.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type of the distribution.
|
Copyright © 2022. All rights reserved.