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