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 SSHPublicKeyMetadataSSHPublicKeyMetadata. clone()SSHPublicKeyMetadataSSHPublicKeyMetadata. withSSHPublicKeyId(String sSHPublicKeyId)The unique identifier for the SSH public key.SSHPublicKeyMetadataSSHPublicKeyMetadata. withStatus(StatusType status)The status of the SSH public key.SSHPublicKeyMetadataSSHPublicKeyMetadata. withStatus(String status)The status of the SSH public key.SSHPublicKeyMetadataSSHPublicKeyMetadata. withUploadDate(Date uploadDate)The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.SSHPublicKeyMetadataSSHPublicKeyMetadata. 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 ListSSHPublicKeysResultListSSHPublicKeysResult. 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 voidListSSHPublicKeysResult. setSSHPublicKeys(Collection<SSHPublicKeyMetadata> sSHPublicKeys)A list of the SSH public keys assigned to IAM user.ListSSHPublicKeysResultListSSHPublicKeysResult. withSSHPublicKeys(Collection<SSHPublicKeyMetadata> sSHPublicKeys)A list of the SSH public keys assigned to IAM user.
-