| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AttachPolicyResult |
AbstractAWSIot.attachPolicy(AttachPolicyRequest request) |
AttachPolicyResult |
AWSIot.attachPolicy(AttachPolicyRequest attachPolicyRequest)
Attaches the specified policy to the specified principal (certificate or other credential).
|
AttachPolicyResult |
AWSIotClient.attachPolicy(AttachPolicyRequest request)
Attaches the specified policy to the specified principal (certificate or other credential).
|
Future<AttachPolicyResult> |
AbstractAWSIotAsync.attachPolicyAsync(AttachPolicyRequest request) |
Future<AttachPolicyResult> |
AWSIotAsync.attachPolicyAsync(AttachPolicyRequest attachPolicyRequest)
Attaches the specified policy to the specified principal (certificate or other credential).
|
Future<AttachPolicyResult> |
AWSIotAsyncClient.attachPolicyAsync(AttachPolicyRequest request) |
Future<AttachPolicyResult> |
AbstractAWSIotAsync.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
Future<AttachPolicyResult> |
AWSIotAsync.attachPolicyAsync(AttachPolicyRequest attachPolicyRequest,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler)
Attaches the specified policy to the specified principal (certificate or other credential).
|
Future<AttachPolicyResult> |
AWSIotAsyncClient.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<AttachPolicyResult> |
AbstractAWSIotAsync.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
Future<AttachPolicyResult> |
AWSIotAsync.attachPolicyAsync(AttachPolicyRequest attachPolicyRequest,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler)
Attaches the specified policy to the specified principal (certificate or other credential).
|
Future<AttachPolicyResult> |
AWSIotAsyncClient.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 © 2023. All rights reserved.