Uses of Class
software.amazon.awssdk.services.iot.model.DeletePolicyVersionRequest
-
Packages that use DeletePolicyVersionRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of DeletePolicyVersionRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type DeletePolicyVersionRequest Modifier and Type Method Description default CompletableFuture<DeletePolicyVersionResponse>IotAsyncClient. deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)Deletes the specified version of the specified policy.default DeletePolicyVersionResponseIotClient. deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)Deletes the specified version of the specified policy. -
Uses of DeletePolicyVersionRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type DeletePolicyVersionRequest Modifier and Type Method Description SdkHttpFullRequestDeletePolicyVersionRequestMarshaller. marshall(DeletePolicyVersionRequest deletePolicyVersionRequest)
-