| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSshPublicKeyResponse> |
IamAsyncClient.getSSHPublicKey(Consumer<GetSshPublicKeyRequest.Builder> getSshPublicKeyRequest)
Retrieves the specified SSH public key, including metadata about the key.
|
default CompletableFuture<GetSshPublicKeyResponse> |
IamAsyncClient.getSSHPublicKey(GetSshPublicKeyRequest getSshPublicKeyRequest)
Retrieves the specified SSH public key, including metadata about the key.
|
Copyright © 2022. All rights reserved.