Uses of Class
com.amazonaws.services.identitymanagement.model.SSHPublicKeyMetadata
Packages that use SSHPublicKeyMetadata
-
Uses of SSHPublicKeyMetadata in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SSHPublicKeyMetadataModifier and TypeMethodDescriptionSSHPublicKeyMetadata.clone()
SSHPublicKeyMetadata.withSSHPublicKeyId
(String sSHPublicKeyId) The unique identifier for the SSH public key.SSHPublicKeyMetadata.withStatus
(StatusType status) The status of the SSH public key.SSHPublicKeyMetadata.withStatus
(String status) The status of the SSH public key.SSHPublicKeyMetadata.withUploadDate
(Date uploadDate) The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.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 SSHPublicKeyMetadataModifier and TypeMethodDescriptionListSSHPublicKeysResult.getSSHPublicKeys()
A list of the SSH public keys assigned to IAM user.Methods in com.amazonaws.services.identitymanagement.model with parameters of type SSHPublicKeyMetadataModifier and TypeMethodDescriptionListSSHPublicKeysResult.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 SSHPublicKeyMetadataModifier and TypeMethodDescriptionvoid
ListSSHPublicKeysResult.setSSHPublicKeys
(Collection<SSHPublicKeyMetadata> sSHPublicKeys) A list of the SSH public keys assigned to IAM user.ListSSHPublicKeysResult.withSSHPublicKeys
(Collection<SSHPublicKeyMetadata> sSHPublicKeys) A list of the SSH public keys assigned to IAM user.