| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AccessDirection |
InstancePortInfo.accessDirection()
The access direction (
inbound or outbound). |
static AccessDirection |
AccessDirection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AccessDirection |
AccessDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessDirection[] |
AccessDirection.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<AccessDirection> |
AccessDirection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstancePortInfo.Builder |
InstancePortInfo.Builder.accessDirection(AccessDirection accessDirection)
The access direction (
inbound or outbound). |
Copyright © 2023. All rights reserved.