Uses of Class
com.amazonaws.services.iot.model.CreatePolicyResult
Packages that use CreatePolicyResult
-
Uses of CreatePolicyResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return CreatePolicyResultModifier and TypeMethodDescriptionAbstractAWSIot.createPolicy(CreatePolicyRequest request) AWSIot.createPolicy(CreatePolicyRequest createPolicyRequest) Creates an AWS IoT policy.AWSIotClient.createPolicy(CreatePolicyRequest createPolicyRequest) Creates an AWS IoT policy.Methods in com.amazonaws.services.iot that return types with arguments of type CreatePolicyResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.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 CreatePolicyResultModifier 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 CreatePolicyResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreatePolicyResultModifier and TypeMethodDescriptionCreatePolicyResult.clone()CreatePolicyResult.withPolicyArn(String policyArn) The policy ARN.CreatePolicyResult.withPolicyDocument(String policyDocument) The JSON document that describes the policy.CreatePolicyResult.withPolicyName(String policyName) The policy name.CreatePolicyResult.withPolicyVersionId(String policyVersionId) The policy version ID.