Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SSHPublicKeyMetadata> |
ListSSHPublicKeysResult.sSHPublicKeys
A list of the SSH public keys assigned to IAM user.
|
Modifier and Type | Method and Description |
---|---|
SSHPublicKeyMetadata |
SSHPublicKeyMetadata.clone() |
SSHPublicKeyMetadata |
SSHPublicKeyMetadata.withSSHPublicKeyId(java.lang.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(java.lang.String status)
The status of the SSH public key.
|
SSHPublicKeyMetadata |
SSHPublicKeyMetadata.withUploadDate(java.util.Date uploadDate)
The date and time, in ISO 8601
date-time format, when the SSH public key was uploaded.
|
SSHPublicKeyMetadata |
SSHPublicKeyMetadata.withUserName(java.lang.String userName)
The name of the IAM user associated with the SSH public key.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<SSHPublicKeyMetadata> sSHPublicKeys)
A list of the SSH public keys assigned to IAM user.
|
ListSSHPublicKeysResult |
ListSSHPublicKeysResult.withSSHPublicKeys(java.util.Collection<SSHPublicKeyMetadata> sSHPublicKeys)
A list of the SSH public keys assigned to IAM user.
|
Modifier and Type | Method and Description |
---|---|
SSHPublicKeyMetadata |
SSHPublicKeyMetadataStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |