Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
SSHPublicKey |
SSHPublicKey.clone() |
SSHPublicKey |
GetSSHPublicKeyResult.getSSHPublicKey()
A structure containing details about the SSH public key.
|
SSHPublicKey |
UploadSSHPublicKeyResult.getSSHPublicKey()
Contains information about the SSH public key.
|
SSHPublicKey |
SSHPublicKey.withFingerprint(String fingerprint)
The MD5 message digest of the SSH public key.
|
SSHPublicKey |
SSHPublicKey.withSSHPublicKeyBody(String sSHPublicKeyBody)
The SSH public key.
|
SSHPublicKey |
SSHPublicKey.withSSHPublicKeyId(String sSHPublicKeyId)
The unique identifier for the SSH public key.
|
SSHPublicKey |
SSHPublicKey.withStatus(StatusType status)
The status of the SSH public key.
|
SSHPublicKey |
SSHPublicKey.withStatus(String status)
The status of the SSH public key.
|
SSHPublicKey |
SSHPublicKey.withUploadDate(Date uploadDate)
The date and time, in ISO 8601
date-time format, when the SSH public key was uploaded.
|
SSHPublicKey |
SSHPublicKey.withUserName(String userName)
The name of the IAM user associated with the SSH public key.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSSHPublicKeyResult.setSSHPublicKey(SSHPublicKey sSHPublicKey)
A structure containing details about the SSH public key.
|
void |
UploadSSHPublicKeyResult.setSSHPublicKey(SSHPublicKey sSHPublicKey)
Contains information about the SSH public key.
|
GetSSHPublicKeyResult |
GetSSHPublicKeyResult.withSSHPublicKey(SSHPublicKey sSHPublicKey)
A structure containing details about the SSH public key.
|
UploadSSHPublicKeyResult |
UploadSSHPublicKeyResult.withSSHPublicKey(SSHPublicKey sSHPublicKey)
Contains information about the SSH public key.
|
Copyright © 2018. All rights reserved.