| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default DeletePolicyVersionResponse |
IotClient.deletePolicyVersion(Consumer<DeletePolicyVersionRequest.Builder> deletePolicyVersionRequest)
Deletes the specified version of the specified policy.
|
default DeletePolicyVersionResponse |
IotClient.deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeletePolicyVersionResponse> |
IotAsyncClient.deletePolicyVersion(Consumer<DeletePolicyVersionRequest.Builder> deletePolicyVersionRequest)
Deletes the specified version of the specified policy.
|
default CompletableFuture<DeletePolicyVersionResponse> |
IotAsyncClient.deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)
Deletes the specified version of the specified policy.
|
Copyright © 2019. All rights reserved.