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 SSHPublicKeySSHPublicKey. clone()SSHPublicKeyGetSSHPublicKeyResult. getSSHPublicKey()A structure containing details about the SSH public key.SSHPublicKeyUploadSSHPublicKeyResult. getSSHPublicKey()Contains information about the SSH public key.SSHPublicKeySSHPublicKey. withFingerprint(String fingerprint)The MD5 message digest of the SSH public key.SSHPublicKeySSHPublicKey. withSSHPublicKeyBody(String sSHPublicKeyBody)The SSH public key.SSHPublicKeySSHPublicKey. withSSHPublicKeyId(String sSHPublicKeyId)The unique identifier for the SSH public key.SSHPublicKeySSHPublicKey. withStatus(StatusType status)The status of the SSH public key.SSHPublicKeySSHPublicKey. withStatus(String status)The status of the SSH public key.SSHPublicKeySSHPublicKey. withUploadDate(Date uploadDate)The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.SSHPublicKeySSHPublicKey. 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 voidGetSSHPublicKeyResult. setSSHPublicKey(SSHPublicKey sSHPublicKey)A structure containing details about the SSH public key.voidUploadSSHPublicKeyResult. setSSHPublicKey(SSHPublicKey sSHPublicKey)Contains information about the SSH public key.GetSSHPublicKeyResultGetSSHPublicKeyResult. withSSHPublicKey(SSHPublicKey sSHPublicKey)A structure containing details about the SSH public key.UploadSSHPublicKeyResultUploadSSHPublicKeyResult. withSSHPublicKey(SSHPublicKey sSHPublicKey)Contains information about the SSH public key.
-