Uses of Class
com.amazonaws.services.identitymanagement.model.SSHPublicKey
Packages that use SSHPublicKey
-
Uses of SSHPublicKey in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SSHPublicKeyModifier and TypeMethodDescriptionSSHPublicKey.clone()
GetSSHPublicKeyResult.getSSHPublicKey()
A structure containing details about the SSH public key.UploadSSHPublicKeyResult.getSSHPublicKey()
Contains information about the SSH public key.SSHPublicKey.withFingerprint
(String fingerprint) The MD5 message digest of the SSH public key.SSHPublicKey.withSSHPublicKeyBody
(String sSHPublicKeyBody) The SSH public key.SSHPublicKey.withSSHPublicKeyId
(String sSHPublicKeyId) The unique identifier for the SSH public key.SSHPublicKey.withStatus
(StatusType status) The status of the SSH public key.SSHPublicKey.withStatus
(String status) The status of the SSH public key.SSHPublicKey.withUploadDate
(Date uploadDate) The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.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 SSHPublicKeyModifier and TypeMethodDescriptionvoid
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.withSSHPublicKey
(SSHPublicKey sSHPublicKey) A structure containing details about the SSH public key.UploadSSHPublicKeyResult.withSSHPublicKey
(SSHPublicKey sSHPublicKey) Contains information about the SSH public key.