| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceAccessProtocol |
InstanceAccessProtocol.fromValue(String value)
Use this in place of valueOf.
|
static InstanceAccessProtocol |
InstanceAccessProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAccessProtocol[] |
InstanceAccessProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceAccessDetails.setProtocol(InstanceAccessProtocol protocol)
The protocol for these Amazon Lightsail instance access details.
|
void |
GetInstanceAccessDetailsRequest.setProtocol(InstanceAccessProtocol protocol)
The protocol to use to connect to your instance.
|
InstanceAccessDetails |
InstanceAccessDetails.withProtocol(InstanceAccessProtocol protocol)
The protocol for these Amazon Lightsail instance access details.
|
GetInstanceAccessDetailsRequest |
GetInstanceAccessDetailsRequest.withProtocol(InstanceAccessProtocol protocol)
The protocol to use to connect to your instance.
|
Copyright © 2024. All rights reserved.