| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
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 an Amazon Cognito ID.
|
Copyright © 2017. All rights reserved.