| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceSpecificCredentialResponse |
IamClient.updateServiceSpecificCredential(Consumer<UpdateServiceSpecificCredentialRequest.Builder> updateServiceSpecificCredentialRequest)
Sets the status of a service-specific credential to
Active or Inactive. |
default UpdateServiceSpecificCredentialResponse |
IamClient.updateServiceSpecificCredential(UpdateServiceSpecificCredentialRequest updateServiceSpecificCredentialRequest)
Sets the status of a service-specific credential to
Active or Inactive. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateServiceSpecificCredentialResponse> |
IamAsyncClient.updateServiceSpecificCredential(Consumer<UpdateServiceSpecificCredentialRequest.Builder> updateServiceSpecificCredentialRequest)
Sets the status of a service-specific credential to
Active or Inactive. |
default CompletableFuture<UpdateServiceSpecificCredentialResponse> |
IamAsyncClient.updateServiceSpecificCredential(UpdateServiceSpecificCredentialRequest updateServiceSpecificCredentialRequest)
Sets the status of a service-specific credential to
Active or Inactive. |
Copyright © 2023. All rights reserved.