| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default GetSshPublicKeyResponse |
IamClient.getSSHPublicKey(Consumer<GetSshPublicKeyRequest.Builder> getSshPublicKeyRequest)
Retrieves the specified SSH public key, including metadata about the key.
|
default GetSshPublicKeyResponse |
IamClient.getSSHPublicKey(GetSshPublicKeyRequest getSshPublicKeyRequest)
Retrieves the specified SSH public key, including metadata about the key.
|
default UploadSshPublicKeyResponse |
IamClient.uploadSSHPublicKey(Consumer<UploadSshPublicKeyRequest.Builder> uploadSshPublicKeyRequest)
Uploads an SSH public key and associates it with the specified IAM user.
|
default UploadSshPublicKeyResponse |
IamClient.uploadSSHPublicKey(UploadSshPublicKeyRequest uploadSshPublicKeyRequest)
Uploads an SSH public key and associates it with the specified IAM user.
|
Copyright © 2023. All rights reserved.