| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default AttachPolicyResponse |
IotClient.attachPolicy(AttachPolicyRequest attachPolicyRequest)
Attaches the specified policy to the specified principal (certificate or other credential).
|
default AttachPolicyResponse |
IotClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)
Attaches the specified policy to the specified principal (certificate or other credential).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachPolicyResponse> |
IotAsyncClient.attachPolicy(AttachPolicyRequest attachPolicyRequest)
Attaches the specified policy to the specified principal (certificate or other credential).
|
default CompletableFuture<AttachPolicyResponse> |
IotAsyncClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)
Attaches the specified policy to the specified principal (certificate or other credential).
|
Copyright © 2023. All rights reserved.