Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
KeyPairInfo |
KeyPairInfo.clone() |
KeyPairInfo |
KeyPairInfo.withCreateTime(Date createTime)
If you used Amazon EC2 to create the key pair, this is the date and time when the key was created, in ISO 8601 date-time format, in the UTC time
zone.
|
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.withPublicKey(String publicKey)
The public key material.
|
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 © 2023. All rights reserved.