Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<AttachPolicyResult> |
AWSIotAsync.attachPolicyAsync(AttachPolicyRequest attachPolicyRequest,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler)
Attaches a policy to the specified target.
|
Future<AttachPolicyResult> |
AWSIotAsyncClient.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
Future<AttachPolicyResult> |
AbstractAWSIotAsync.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AttachPolicyRequest |
AttachPolicyRequest.clone() |
AttachPolicyRequest |
AttachPolicyRequest.withPolicyName(String policyName)
The name of the policy to attach.
|
AttachPolicyRequest |
AttachPolicyRequest.withTarget(String target)
The identity to which the policy is attached.
|
Copyright © 2018. All rights reserved.