Uses of Class
com.amazonaws.services.identitymanagement.model.SSHPublicKey
-
Packages that use SSHPublicKey Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of SSHPublicKey in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SSHPublicKey Modifier and Type Method 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.Methods in com.amazonaws.services.identitymanagement.model with parameters of type SSHPublicKey Modifier and Type Method 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.
-