Uses of Class
com.amazonaws.services.iot.model.CreatePolicyResult
-
Packages that use CreatePolicyResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of CreatePolicyResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return CreatePolicyResult Modifier and Type Method Description CreatePolicyResultAbstractAWSIot. createPolicy(CreatePolicyRequest request)CreatePolicyResultAWSIot. createPolicy(CreatePolicyRequest createPolicyRequest)Creates an AWS IoT policy.CreatePolicyResultAWSIotClient. createPolicy(CreatePolicyRequest createPolicyRequest)Creates an AWS IoT policy.Methods in com.amazonaws.services.iot that return types with arguments of type CreatePolicyResult Modifier and Type Method Description Future<CreatePolicyResult>AbstractAWSIotAsync. createPolicyAsync(CreatePolicyRequest request)Future<CreatePolicyResult>AbstractAWSIotAsync. createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Future<CreatePolicyResult>AWSIotAsync. createPolicyAsync(CreatePolicyRequest createPolicyRequest)Creates an AWS IoT policy.Future<CreatePolicyResult>AWSIotAsync. createPolicyAsync(CreatePolicyRequest createPolicyRequest, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Creates an AWS IoT policy.Future<CreatePolicyResult>AWSIotAsyncClient. createPolicyAsync(CreatePolicyRequest request)Future<CreatePolicyResult>AWSIotAsyncClient. createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Method parameters in com.amazonaws.services.iot with type arguments of type CreatePolicyResult Modifier and Type Method Description Future<CreatePolicyResult>AbstractAWSIotAsync. createPolicyAsync(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Future<CreatePolicyResult>AWSIotAsync. createPolicyAsync(CreatePolicyRequest createPolicyRequest, AsyncHandler<CreatePolicyRequest,CreatePolicyResult> asyncHandler)Creates an AWS IoT policy.Future<CreatePolicyResult>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 CreatePolicyResult Modifier and Type Method Description CreatePolicyResultCreatePolicyResult. clone()CreatePolicyResultCreatePolicyResult. withPolicyArn(String policyArn)The policy ARN.CreatePolicyResultCreatePolicyResult. withPolicyDocument(String policyDocument)The JSON document that describes the policy.CreatePolicyResultCreatePolicyResult. withPolicyName(String policyName)The policy name.CreatePolicyResultCreatePolicyResult. withPolicyVersionId(String policyVersionId)The policy version ID.
-