| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
GetKeyPairResponse.keyPair()
An array of key-value pairs containing information about the key pair.
|
KeyPair |
CreateKeyPairResponse.keyPair()
An array of key-value pairs containing information about the new key pair you just created.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyPair> |
GetKeyPairsResponse.keyPairs()
An array of key-value pairs containing information about the key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyPairResponse.Builder |
GetKeyPairResponse.Builder.keyPair(KeyPair keyPair)
An array of key-value pairs containing information about the key pair.
|
CreateKeyPairResponse.Builder |
CreateKeyPairResponse.Builder.keyPair(KeyPair keyPair)
An array of key-value pairs containing information about the new key pair you just created.
|
GetKeyPairsResponse.Builder |
GetKeyPairsResponse.Builder.keyPairs(KeyPair... keyPairs)
An array of key-value pairs containing information about the key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyPairsResponse.Builder |
GetKeyPairsResponse.Builder.keyPairs(Collection<KeyPair> keyPairs)
An array of key-value pairs containing information about the key pairs.
|
Copyright © 2023. All rights reserved.