| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
KeyPair.clone() |
KeyPair |
CreateKeyPairResult.getKeyPair()
An array of key-value pairs containing information about the new key pair you just created.
|
KeyPair |
GetKeyPairResult.getKeyPair()
An array of key-value pairs containing information about the key pair.
|
KeyPair |
KeyPair.withArn(String arn)
The Amazon Resource Name (ARN) of the key pair (e.g.,
arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE). |
KeyPair |
KeyPair.withCreatedAt(Date createdAt)
The timestamp when the key pair was created (e.g.,
1479816991.349). |
KeyPair |
KeyPair.withFingerprint(String fingerprint)
The RSA fingerprint of the key pair.
|
KeyPair |
KeyPair.withLocation(ResourceLocation location)
The region name and Availability Zone where the key pair was created.
|
KeyPair |
KeyPair.withName(String name)
The friendly name of the SSH key pair.
|
KeyPair |
KeyPair.withResourceType(ResourceType resourceType)
The resource type (usually
KeyPair). |
KeyPair |
KeyPair.withResourceType(String resourceType)
The resource type (usually
KeyPair). |
KeyPair |
KeyPair.withSupportCode(String supportCode)
The support code.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyPair> |
GetKeyPairsResult.getKeyPairs()
An array of key-value pairs containing information about the key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateKeyPairResult.setKeyPair(KeyPair keyPair)
An array of key-value pairs containing information about the new key pair you just created.
|
void |
GetKeyPairResult.setKeyPair(KeyPair keyPair)
An array of key-value pairs containing information about the key pair.
|
CreateKeyPairResult |
CreateKeyPairResult.withKeyPair(KeyPair keyPair)
An array of key-value pairs containing information about the new key pair you just created.
|
GetKeyPairResult |
GetKeyPairResult.withKeyPair(KeyPair keyPair)
An array of key-value pairs containing information about the key pair.
|
GetKeyPairsResult |
GetKeyPairsResult.withKeyPairs(KeyPair... keyPairs)
An array of key-value pairs containing information about the key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetKeyPairsResult.setKeyPairs(Collection<KeyPair> keyPairs)
An array of key-value pairs containing information about the key pairs.
|
GetKeyPairsResult |
GetKeyPairsResult.withKeyPairs(Collection<KeyPair> keyPairs)
An array of key-value pairs containing information about the key pairs.
|
Copyright © 2018. All rights reserved.