Uses of Class
com.amazonaws.services.iot.model.CreatePolicyRequest
Packages that use CreatePolicyRequest
-
Uses of CreatePolicyRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type CreatePolicyRequestModifier and TypeMethodDescriptionAbstractAWSIot.createPolicy(CreatePolicyRequest request) AWSIot.createPolicy(CreatePolicyRequest createPolicyRequest) Creates an AWS IoT policy.AWSIotClient.createPolicy(CreatePolicyRequest createPolicyRequest) Creates an AWS IoT policy.AbstractAWSIotAsync.createPolicyAsync(CreatePolicyRequest request) AbstractAWSIotAsync.createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) AWSIotAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest) Creates an AWS IoT policy.AWSIotAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) Creates an AWS IoT policy.AWSIotAsyncClient.createPolicyAsync(CreatePolicyRequest request) AWSIotAsyncClient.createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type CreatePolicyRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) AWSIotAsync.createPolicyAsync(CreatePolicyRequest createPolicyRequest, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) Creates an AWS IoT policy.AWSIotAsyncClient.createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest, CreatePolicyResult> asyncHandler) -
Uses of CreatePolicyRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreatePolicyRequestModifier and TypeMethodDescriptionCreatePolicyRequest.clone()CreatePolicyRequest.withPolicyDocument(String policyDocument) The JSON document that describes the policy.CreatePolicyRequest.withPolicyName(String policyName) The policy name.