| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static IpamOverlapStatus |
IpamOverlapStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IpamOverlapStatus |
IpamResourceCidr.overlapStatus()
The overlap status of an IPAM resource.
|
IpamOverlapStatus |
IpamAddressHistoryRecord.resourceOverlapStatus()
The overlap status of an IPAM resource.
|
static IpamOverlapStatus |
IpamOverlapStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpamOverlapStatus[] |
IpamOverlapStatus.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<IpamOverlapStatus> |
IpamOverlapStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IpamResourceCidr.Builder |
IpamResourceCidr.Builder.overlapStatus(IpamOverlapStatus overlapStatus)
The overlap status of an IPAM resource.
|
IpamAddressHistoryRecord.Builder |
IpamAddressHistoryRecord.Builder.resourceOverlapStatus(IpamOverlapStatus resourceOverlapStatus)
The overlap status of an IPAM resource.
|
Copyright © 2021. All rights reserved.