| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAccessKeysResponse |
IamClient.listAccessKeys()
Returns information about the access key IDs associated with the specified IAM user.
|
default ListAccessKeysResponse |
IamClient.listAccessKeys(Consumer<ListAccessKeysRequest.Builder> listAccessKeysRequest)
Returns information about the access key IDs associated with the specified IAM user.
|
default ListAccessKeysResponse |
IamClient.listAccessKeys(ListAccessKeysRequest listAccessKeysRequest)
Returns information about the access key IDs associated with the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccessKeysResponse> |
IamAsyncClient.listAccessKeys()
Returns information about the access key IDs associated with the specified IAM user.
|
default CompletableFuture<ListAccessKeysResponse> |
IamAsyncClient.listAccessKeys(Consumer<ListAccessKeysRequest.Builder> listAccessKeysRequest)
Returns information about the access key IDs associated with the specified IAM user.
|
default CompletableFuture<ListAccessKeysResponse> |
IamAsyncClient.listAccessKeys(ListAccessKeysRequest listAccessKeysRequest)
Returns information about the access key IDs associated with the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccessKeysResponse> |
ListAccessKeysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessKeysPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccessKeysResponse> subscriber) |
Copyright © 2023. All rights reserved.