| Constructor and Description |
|---|
KinesisConnectionImpl(org.mule.runtime.http.api.client.HttpClient httpClient,
String accessKey,
String secretKey,
String region,
Role role,
Integer responseTimeout,
org.mule.runtime.api.scheduler.Scheduler kplCallbackScheduler,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String customKinesisEndpoint,
String customStsEndpoint,
String customDynamoDBEndpoint,
String customCloudWatchEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
Role |
AccessKeyParameters.getRole() |
| Constructor and Description |
|---|
AccessKeyParameters(String accessKey,
String secretKey,
String region,
Role role) |
| Modifier and Type | Method and Description |
|---|---|
protected software.amazon.awssdk.services.sts.model.AssumeRoleResponse |
AbstractCredentialsProvider.assumeRole(software.amazon.awssdk.services.sts.StsClient stsClient,
Role role)
Assumes role for given credentials and returns a set of temporary security credentials.
|
| Constructor and Description |
|---|
ConsumerRoleCredentialsProvider(software.amazon.awssdk.services.sts.StsClient stsClient,
Role role) |
ProducerRoleCredentialsProvider(software.amazon.awssdk.services.sts.StsClient stsClient,
Role role) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.