| 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 |
|---|---|
CreatePolicyVersionResult |
AWSIotClient.createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)
Creates a new version of the specified AWS IoT policy.
|
CreatePolicyVersionResult |
AWSIot.createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)
Creates a new version of the specified AWS IoT policy.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withPolicyDocument(String policyDocument)
The JSON document that describes the policy.
|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withPolicyName(String policyName)
The policy name.
|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.withSetAsDefault(Boolean setAsDefault)
Specifies whether the policy version is set as the default.
|
Copyright © 2017. All rights reserved.