| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachPolicyResponse> |
IotAsyncClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> 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 |
|---|---|
static AttachPolicyRequest.Builder |
AttachPolicyRequest.builder() |
AttachPolicyRequest.Builder |
AttachPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachPolicyRequest.Builder |
AttachPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachPolicyRequest.Builder |
AttachPolicyRequest.Builder.policyName(String policyName)
The name of the policy to attach.
|
AttachPolicyRequest.Builder |
AttachPolicyRequest.Builder.target(String target)
The identity to which
the policy is attached.
|
AttachPolicyRequest.Builder |
AttachPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachPolicyRequest.Builder> |
AttachPolicyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.