| Package | Description |
|---|---|
| com.amazonaws.services.iot | |
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAWSIot.attachPrincipalPolicy(AttachPrincipalPolicyRequest request) |
void |
AWSIotClient.attachPrincipalPolicy(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest)
Attaches the specified policy to the specified principal (certificate or
other credential).
|
void |
AWSIot.attachPrincipalPolicy(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest)
Attaches the specified policy to the specified principal (certificate or
other credential).
|
Future<Void> |
AWSIotAsync.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest)
Attaches the specified policy to the specified principal (certificate or
other credential).
|
Future<Void> |
AWSIotAsyncClient.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest request) |
Future<Void> |
AbstractAWSIotAsync.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest request) |
Future<Void> |
AWSIotAsync.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest,
AsyncHandler<AttachPrincipalPolicyRequest,Void> asyncHandler)
Attaches the specified policy to the specified principal (certificate or
other credential).
|
Future<Void> |
AWSIotAsyncClient.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest request,
AsyncHandler<AttachPrincipalPolicyRequest,Void> asyncHandler) |
Future<Void> |
AbstractAWSIotAsync.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest request,
AsyncHandler<AttachPrincipalPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSIotAsync.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest,
AsyncHandler<AttachPrincipalPolicyRequest,Void> asyncHandler)
Attaches the specified policy to the specified principal (certificate or
other credential).
|
Future<Void> |
AWSIotAsyncClient.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest request,
AsyncHandler<AttachPrincipalPolicyRequest,Void> asyncHandler) |
Future<Void> |
AbstractAWSIotAsync.attachPrincipalPolicyAsync(AttachPrincipalPolicyRequest request,
AsyncHandler<AttachPrincipalPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AttachPrincipalPolicyRequest |
AttachPrincipalPolicyRequest.clone() |
AttachPrincipalPolicyRequest |
AttachPrincipalPolicyRequest.withPolicyName(String policyName)
The policy name.
|
AttachPrincipalPolicyRequest |
AttachPrincipalPolicyRequest.withPrincipal(String principal)
The principal which can be a certificate ARN (as returned from the
CreateCertificate operation) or a Cognito ID.
|
Copyright © 2016. All rights reserved.