| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateSshPublicKeyResponse |
IamClient.updateSSHPublicKey(Consumer<UpdateSshPublicKeyRequest.Builder> updateSshPublicKeyRequest)
Sets the status of an IAM user's SSH public key to active or inactive.
|
default UpdateSshPublicKeyResponse |
IamClient.updateSSHPublicKey(UpdateSshPublicKeyRequest updateSshPublicKeyRequest)
Sets the status of an IAM user's SSH public key to active or inactive.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateSshPublicKeyResponse> |
IamAsyncClient.updateSSHPublicKey(Consumer<UpdateSshPublicKeyRequest.Builder> updateSshPublicKeyRequest)
Sets the status of an IAM user's SSH public key to active or inactive.
|
default CompletableFuture<UpdateSshPublicKeyResponse> |
IamAsyncClient.updateSSHPublicKey(UpdateSshPublicKeyRequest updateSshPublicKeyRequest)
Sets the status of an IAM user's SSH public key to active or inactive.
|
Copyright © 2022. All rights reserved.