| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAccessKeyResponse |
IamClient.createAccessKey()
Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the
specified user.
|
default CreateAccessKeyResponse |
IamClient.createAccessKey(Consumer<CreateAccessKeyRequest.Builder> createAccessKeyRequest)
Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the
specified user.
|
default CreateAccessKeyResponse |
IamClient.createAccessKey(CreateAccessKeyRequest createAccessKeyRequest)
Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the
specified user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateAccessKeyResponse> |
IamAsyncClient.createAccessKey()
Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the
specified user.
|
default CompletableFuture<CreateAccessKeyResponse> |
IamAsyncClient.createAccessKey(Consumer<CreateAccessKeyRequest.Builder> createAccessKeyRequest)
Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the
specified user.
|
default CompletableFuture<CreateAccessKeyResponse> |
IamAsyncClient.createAccessKey(CreateAccessKeyRequest createAccessKeyRequest)
Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the
specified user.
|
Copyright © 2022. All rights reserved.