Uses of Class
com.amazonaws.services.iot.model.DeletePolicyRequest
-
Packages that use DeletePolicyRequest Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of DeletePolicyRequest in com.amazonaws.services.iot
Method parameters in com.amazonaws.services.iot with type arguments of type DeletePolicyRequest Modifier and Type Method Description Future<DeletePolicyResult>AbstractAWSIotAsync. deletePolicyAsync(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResult> asyncHandler)Future<DeletePolicyResult>AWSIotAsync. deletePolicyAsync(DeletePolicyRequest deletePolicyRequest, AsyncHandler<DeletePolicyRequest,DeletePolicyResult> asyncHandler)Deletes the specified policy.Future<DeletePolicyResult>AWSIotAsyncClient. deletePolicyAsync(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResult> asyncHandler) -
Uses of DeletePolicyRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DeletePolicyRequest Modifier and Type Method Description DeletePolicyRequestDeletePolicyRequest. clone()DeletePolicyRequestDeletePolicyRequest. withPolicyName(String policyName)The name of the policy to delete.
-