Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<CreatePolicyVersionResult> |
AWSIotAsyncClient.createPolicyVersionAsync(CreatePolicyVersionRequest request,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) |
Future<CreatePolicyVersionResult> |
AWSIotAsync.createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)
Creates a new version of the specified IoT policy.
|
Future<CreatePolicyVersionResult> |
AbstractAWSIotAsync.createPolicyVersionAsync(CreatePolicyVersionRequest request,
AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePolicyVersionRequest |
CreatePolicyVersionRequest.clone() |
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 © 2023. All rights reserved.