Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<SSHPublicKeyMetadata> |
ListSSHPublicKeysResult.getSSHPublicKeys()
A list of the SSH public keys assigned to IAM user.
|
Modifier and Type | Method and Description |
---|---|
ListSSHPublicKeysResult |
ListSSHPublicKeysResult.withSSHPublicKeys(SSHPublicKeyMetadata... sSHPublicKeys)
A list of the SSH public keys assigned to IAM user.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.