| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePolicyResult> |
AWSIotAsyncClient.createPolicyAsync(CreatePolicyRequest request,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler) |
Future<CreatePolicyResult> |
AbstractAWSIotAsync.createPolicyAsync(CreatePolicyRequest request,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler) |
Future<CreatePolicyResult> |
AWSIotAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest,
AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)
Creates an AWS IoT policy.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePolicyRequest |
CreatePolicyRequest.clone() |
CreatePolicyRequest |
CreatePolicyRequest.withPolicyDocument(String policyDocument)
The JSON document that describes the policy.
|
CreatePolicyRequest |
CreatePolicyRequest.withPolicyName(String policyName)
The policy name.
|
CreatePolicyRequest |
CreatePolicyRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the policy.
|
CreatePolicyRequest |
CreatePolicyRequest.withTags(Tag... tags)
Metadata which can be used to manage the policy.
|
Copyright © 2021. All rights reserved.