Uses of Class
com.amazonaws.services.iot.model.DeletePolicyVersionRequest
Packages that use DeletePolicyVersionRequest
-
Uses of DeletePolicyVersionRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type DeletePolicyVersionRequestModifier and TypeMethodDescriptionAbstractAWSIot.deletePolicyVersion
(DeletePolicyVersionRequest request) AWSIot.deletePolicyVersion
(DeletePolicyVersionRequest deletePolicyVersionRequest) Deletes the specified version of the specified policy.AWSIotClient.deletePolicyVersion
(DeletePolicyVersionRequest deletePolicyVersionRequest) Deletes the specified version of the specified policy.AbstractAWSIotAsync.deletePolicyVersionAsync
(DeletePolicyVersionRequest request) AbstractAWSIotAsync.deletePolicyVersionAsync
(DeletePolicyVersionRequest request, AsyncHandler<DeletePolicyVersionRequest, DeletePolicyVersionResult> asyncHandler) AWSIotAsync.deletePolicyVersionAsync
(DeletePolicyVersionRequest deletePolicyVersionRequest) Deletes the specified version of the specified policy.AWSIotAsync.deletePolicyVersionAsync
(DeletePolicyVersionRequest deletePolicyVersionRequest, AsyncHandler<DeletePolicyVersionRequest, DeletePolicyVersionResult> asyncHandler) Deletes the specified version of the specified policy.AWSIotAsyncClient.deletePolicyVersionAsync
(DeletePolicyVersionRequest request) AWSIotAsyncClient.deletePolicyVersionAsync
(DeletePolicyVersionRequest request, AsyncHandler<DeletePolicyVersionRequest, DeletePolicyVersionResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type DeletePolicyVersionRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.deletePolicyVersionAsync
(DeletePolicyVersionRequest request, AsyncHandler<DeletePolicyVersionRequest, DeletePolicyVersionResult> asyncHandler) AWSIotAsync.deletePolicyVersionAsync
(DeletePolicyVersionRequest deletePolicyVersionRequest, AsyncHandler<DeletePolicyVersionRequest, DeletePolicyVersionResult> asyncHandler) Deletes the specified version of the specified policy.AWSIotAsyncClient.deletePolicyVersionAsync
(DeletePolicyVersionRequest request, AsyncHandler<DeletePolicyVersionRequest, DeletePolicyVersionResult> asyncHandler) -
Uses of DeletePolicyVersionRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DeletePolicyVersionRequestModifier and TypeMethodDescriptionDeletePolicyVersionRequest.clone()
DeletePolicyVersionRequest.withPolicyName
(String policyName) The name of the policy.DeletePolicyVersionRequest.withPolicyVersionId
(String policyVersionId) The policy version ID.