| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSshPublicKeysResponse |
IamClient.listSSHPublicKeys()
Returns information about the SSH public keys associated with the specified IAM user.
|
default ListSshPublicKeysResponse |
IamClient.listSSHPublicKeys(Consumer<ListSshPublicKeysRequest.Builder> listSshPublicKeysRequest)
Returns information about the SSH public keys associated with the specified IAM user.
|
default ListSshPublicKeysResponse |
IamClient.listSSHPublicKeys(ListSshPublicKeysRequest listSshPublicKeysRequest)
Returns information about the SSH public keys associated with the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSshPublicKeysResponse> |
IamAsyncClient.listSSHPublicKeys()
Returns information about the SSH public keys associated with the specified IAM user.
|
default CompletableFuture<ListSshPublicKeysResponse> |
IamAsyncClient.listSSHPublicKeys(Consumer<ListSshPublicKeysRequest.Builder> listSshPublicKeysRequest)
Returns information about the SSH public keys associated with the specified IAM user.
|
default CompletableFuture<ListSshPublicKeysResponse> |
IamAsyncClient.listSSHPublicKeys(ListSshPublicKeysRequest listSshPublicKeysRequest)
Returns information about the SSH public keys associated with the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSshPublicKeysResponse> |
ListSSHPublicKeysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSSHPublicKeysPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSshPublicKeysResponse> subscriber) |
Copyright © 2023. All rights reserved.