Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
KeyPairInfo |
KeyPairInfo.clone() |
KeyPairInfo |
KeyPairInfo.withKeyFingerprint(String keyFingerprint)
If you used CreateKeyPair to create the key pair:
|
KeyPairInfo |
KeyPairInfo.withKeyName(String keyName)
The name of the key pair.
|
KeyPairInfo |
KeyPairInfo.withKeyPairId(String keyPairId)
The ID of the key pair.
|
KeyPairInfo |
KeyPairInfo.withKeyType(KeyType keyType)
The type of key pair.
|
KeyPairInfo |
KeyPairInfo.withKeyType(String keyType)
The type of key pair.
|
KeyPairInfo |
KeyPairInfo.withTags(Collection<Tag> tags)
Any tags applied to the key pair.
|
KeyPairInfo |
KeyPairInfo.withTags(Tag... tags)
Any tags applied to the key pair.
|
Modifier and Type | Method and Description |
---|---|
List<KeyPairInfo> |
DescribeKeyPairsResult.getKeyPairs()
Information about the key pairs.
|
Modifier and Type | Method and Description |
---|---|
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(KeyPairInfo... keyPairs)
Information about the key pairs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeKeyPairsResult.setKeyPairs(Collection<KeyPairInfo> keyPairs)
Information about the key pairs.
|
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(Collection<KeyPairInfo> keyPairs)
Information about the key pairs.
|
Copyright © 2021. All rights reserved.