Uses of Class
com.amazonaws.services.iot.model.CreatePolicyVersionResult
-
Packages that use CreatePolicyVersionResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of CreatePolicyVersionResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return CreatePolicyVersionResult Modifier and Type Method Description CreatePolicyVersionResultAbstractAWSIot. createPolicyVersion(CreatePolicyVersionRequest request)CreatePolicyVersionResultAWSIot. createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)Creates a new version of the specified AWS IoT policy.CreatePolicyVersionResultAWSIotClient. createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)Creates a new version of the specified AWS IoT policy.Method parameters in com.amazonaws.services.iot with type arguments of type CreatePolicyVersionResult Modifier and Type Method Description Future<CreatePolicyVersionResult>AbstractAWSIotAsync. createPolicyVersionAsync(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)Future<CreatePolicyVersionResult>AWSIotAsync. createPolicyVersionAsync(CreatePolicyVersionRequest createPolicyVersionRequest, AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler)Creates a new version of the specified AWS IoT policy.Future<CreatePolicyVersionResult>AWSIotAsyncClient. createPolicyVersionAsync(CreatePolicyVersionRequest request, AsyncHandler<CreatePolicyVersionRequest,CreatePolicyVersionResult> asyncHandler) -
Uses of CreatePolicyVersionResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreatePolicyVersionResult Modifier and Type Method Description CreatePolicyVersionResultCreatePolicyVersionResult. clone()CreatePolicyVersionResultCreatePolicyVersionResult. withIsDefaultVersion(Boolean isDefaultVersion)Specifies whether the policy version is the default.CreatePolicyVersionResultCreatePolicyVersionResult. withPolicyArn(String policyArn)The policy ARN.CreatePolicyVersionResultCreatePolicyVersionResult. withPolicyDocument(String policyDocument)The JSON document that describes the policy.CreatePolicyVersionResultCreatePolicyVersionResult. withPolicyVersionId(String policyVersionId)The policy version ID.
-