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