Uses of Class
com.amazonaws.services.identitymanagement.model.SSHPublicKeyMetadata
-
Packages that use SSHPublicKeyMetadata Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of SSHPublicKeyMetadata in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SSHPublicKeyMetadata Modifier and Type Method Description SSHPublicKeyMetadata
SSHPublicKeyMetadata. clone()
SSHPublicKeyMetadata
SSHPublicKeyMetadata. withSSHPublicKeyId(String sSHPublicKeyId)
The unique identifier for the SSH public key.SSHPublicKeyMetadata
SSHPublicKeyMetadata. withStatus(StatusType status)
The status of the SSH public key.SSHPublicKeyMetadata
SSHPublicKeyMetadata. withStatus(String status)
The status of the SSH public key.SSHPublicKeyMetadata
SSHPublicKeyMetadata. withUploadDate(Date uploadDate)
The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.SSHPublicKeyMetadata
SSHPublicKeyMetadata. withUserName(String userName)
The name of the IAM user associated with the SSH public key.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type SSHPublicKeyMetadata Modifier and Type Method Description List<SSHPublicKeyMetadata>
ListSSHPublicKeysResult. getSSHPublicKeys()
A list of the SSH public keys assigned to IAM user.Methods in com.amazonaws.services.identitymanagement.model with parameters of type SSHPublicKeyMetadata Modifier and Type Method Description ListSSHPublicKeysResult
ListSSHPublicKeysResult. withSSHPublicKeys(SSHPublicKeyMetadata... sSHPublicKeys)
A list of the SSH public keys assigned to IAM user.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type SSHPublicKeyMetadata Modifier and Type Method Description void
ListSSHPublicKeysResult. setSSHPublicKeys(Collection<SSHPublicKeyMetadata> sSHPublicKeys)
A list of the SSH public keys assigned to IAM user.ListSSHPublicKeysResult
ListSSHPublicKeysResult. withSSHPublicKeys(Collection<SSHPublicKeyMetadata> sSHPublicKeys)
A list of the SSH public keys assigned to IAM user.
-