Uses of Class
software.amazon.awssdk.services.iot.model.DeletePolicyVersionResponse
-
Packages that use DeletePolicyVersionResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeletePolicyVersionResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeletePolicyVersionResponse Modifier and Type Method Description default DeletePolicyVersionResponseIotClient. deletePolicyVersion(Consumer<DeletePolicyVersionRequest.Builder> deletePolicyVersionRequest)Deletes the specified version of the specified policy.default DeletePolicyVersionResponseIotClient. deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)Deletes the specified version of the specified policy.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeletePolicyVersionResponse Modifier and Type Method 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.
-