| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateServiceSpecificCredentialResponse |
IamClient.createServiceSpecificCredential(CreateServiceSpecificCredentialRequest createServiceSpecificCredentialRequest)
Generates a set of credentials consisting of a user name and password that can be used to access the service
specified in the request.
|
default CompletableFuture<CreateServiceSpecificCredentialResponse> |
IamAsyncClient.createServiceSpecificCredential(CreateServiceSpecificCredentialRequest createServiceSpecificCredentialRequest)
Generates a set of credentials consisting of a user name and password that can be used to access the service
specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
CreateServiceSpecificCredentialRequestMarshaller.marshall(CreateServiceSpecificCredentialRequest createServiceSpecificCredentialRequest) |
Copyright © 2023. All rights reserved.